Skip to content

Commit

Permalink
commented out libgl1
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Dec 13, 2023
1 parent ebb4a95 commit 82b1461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
use-mamba: true
channels: conda-forge

- name: Install dependencies
shell: bash -l {0}
run : |
apt-get update
apt-get install -y libgl1
# - name: Install dependencies
# shell: bash -l {0}
# run : |
# apt-get update
# apt-get install -y libgl1

- name: Run Task 1
shell: bash -l {0}
Expand Down

0 comments on commit 82b1461

Please sign in to comment.