Skip to content

Commit d640583

Browse files
committed
fixed tests for full
Signed-off-by: Nick Papior <[email protected]>
1 parent 9ac59b3 commit d640583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
CC: gcc
126126
FC: gfortran
127127
run: |
128-
if [[ "${{ matrix.full }}" == "true" ]]; then
128+
if [[ "${{ matrix.full-test }}" == "true" ]]; then
129129
python -m pip install --progress-bar=off -vv .[test,viz]
130130
else
131131
python -m pip install --progress-bar=off -vv .[test]

0 commit comments

Comments
 (0)