Skip to content

Commit

Permalink
fixed tests for full
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Aug 1, 2024
1 parent 9ac59b3 commit d640583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
CC: gcc
FC: gfortran
run: |
if [[ "${{ matrix.full }}" == "true" ]]; then
if [[ "${{ matrix.full-test }}" == "true" ]]; then
python -m pip install --progress-bar=off -vv .[test,viz]
else
python -m pip install --progress-bar=off -vv .[test]
Expand Down

0 comments on commit d640583

Please sign in to comment.