Skip to content

Commit eda4f64

Browse files
committed
correct tag prefix
1 parent 5a54a0c commit eda4f64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,10 @@ jobs:
5555
make
5656
make install
5757
pip install .
58-
else
59-
run: |
58+
else
6059
cd /home/runner/cmor3-source
6160
pip install .
62-
fi
61+
fi
6362
- name: Run pytest
6463
env:
6564
PYTHONPATH: ${{ github.workspace }}

0 commit comments

Comments
 (0)