Skip to content

Commit 5a54a0c

Browse files
committed
try again
1 parent 14ea4ee commit 5a54a0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pytest.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
path: |
4242
/home/runner/cmor
43+
/home/runner/cmor3-source
4344
/home/runner/.cache/pip
4445
key: cmor-${{ runner.os }}-${{ hashFiles('requirements.txt') }}-${{ hashFiles('**/cmor_version.txt') }}
4546
restore-keys: |
@@ -54,7 +55,11 @@ jobs:
5455
make
5556
make install
5657
pip install .
57-
fi
58+
else
59+
run: |
60+
cd /home/runner/cmor3-source
61+
pip install .
62+
fi
5863
- name: Run pytest
5964
env:
6065
PYTHONPATH: ${{ github.workspace }}

0 commit comments

Comments
 (0)