File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 - name : Install dependencies
7070 run : |
7171 sudo apt-get update -y -qq
72- sudo apt-get install -y -qq libegl1 ffmpeg
72+ sudo apt-get install -y -qq libegl1
7373
7474 - name : Download artifact
7575 uses : actions/download-artifact@v4
@@ -130,21 +130,4 @@ jobs:
130130 with :
131131 name : test-output-${{ inputs.python-version }}
132132 path : |
133- test/test/results/actual
134-
135- - name : Run example notebooks
136- run : |
137- eval "$(conda shell.bash hook)"
138- conda activate ./.env
139- jupyter nbconvert --execute --to notebook --inplace examples/*.ipynb
140-
141- - name : Summarize notebook changes
142- run : |
143- echo "## Python ${{ inputs.python-version }}" >> $GITHUB_STEP_SUMMARY
144- git diff examples/*.ipynb >> $GITHUB_STEP_SUMMARY
145-
146- - name : Upload notebooks
147- uses : actions/upload-artifact@v4
148- with :
149- name : examples-${{ inputs.python-version }}
150- path : examples
133+ test/test/results/actual
You can’t perform that action at this time.
0 commit comments