Skip to content

Commit e9aff71

Browse files
committed
plop Pyfive in the PR test wkflow too
1 parent 4dafa3e commit e9aff71

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/run-test-push.yml

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ jobs:
3030
use-mamba: true
3131
- run: conda --version
3232
- run: python -V
33+
- name: Install development version of bnlawrence/Pyfive:issue60
34+
run: |
35+
cd ..
36+
git clone https://github.com/bnlawrence/pyfive.git
37+
cd pyfive
38+
git checkout issue60
39+
pip install -e .
3340
- run: pip install -e .
3441
- run: pytest -n 2 --junitxml=report-1.xml
3542
- uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)