Skip to content

Commit

Permalink
ipynb: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Dec 30, 2023
1 parent 471e742 commit 4e8eae5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
- name: Run Notebooks
run: |
cd ipynb
# find ${{ github.event.inputs.path }} -name '*.ipynb' -exec ./run_notebook.sh {} \;
find Examples/AnalyseInstructionsFeature -name '*.ipynb' -exec ./run_notebook.sh {} --html --pdf \;
find ${{ github.event.inputs.path }} -name '*.ipynb' -exec ./run_notebook.sh {} \;
- name: Archive reports
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4e8eae5

Please sign in to comment.