We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dafa3e commit e9aff71Copy full SHA for e9aff71
.github/workflows/run-test-push.yml
@@ -30,6 +30,13 @@ jobs:
30
use-mamba: true
31
- run: conda --version
32
- 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 .
40
- run: pip install -e .
41
- run: pytest -n 2 --junitxml=report-1.xml
42
- uses: codecov/codecov-action@v3
0 commit comments