Skip to content

Commit

Permalink
swithc pytest install to pip from conda for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnVolk committed Jan 23, 2024
1 parent 50beb68 commit c83b53a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fluxdataqaqc_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
#$CONDA/bin/flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
conda install pytest
$CONDA/bin/pytest
pip install --upgrade pytest
python -m pytest

0 comments on commit c83b53a

Please sign in to comment.