Skip to content

Commit

Permalink
test tutorials with all -> including matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenMeinecke committed Apr 8, 2024
1 parent ed53eaf commit 993f654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install $GITHUB_WORKSPACE["test"]
python -m pip install $GITHUB_WORKSPACE["all"]
- name: List of installed packages
run: |
python -m pip list
Expand All @@ -102,7 +102,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install $GITHUB_WORKSPACE["test"]
python -m pip install $GITHUB_WORKSPACE["all"]
- name: List of installed packages
run: |
python -m pip list
Expand Down

0 comments on commit 993f654

Please sign in to comment.