Skip to content

Commit

Permalink
Merge pull request #100 from rapgenic/ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
rapgenic committed Feb 5, 2023
2 parents 40908d8 + ee8c0e8 commit d815f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Notebook toolkit test
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install libgl1-mesa-dev xvfb
sudo apt-get update && sudo apt-get install libgl1-mesa-dev xvfb
xvfb-run python -m pytest ./test -k 'plot_notebook'
static-analysis:
Expand Down

0 comments on commit d815f0b

Please sign in to comment.