Skip to content

Commit 0b309ab

Browse files
committed
Remove notebooks from CI (taking too long)
1 parent 741140d commit 0b309ab

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)