Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jun 28, 2024
1 parent abe05d6 commit a8b60e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
echo "CONDA_PREFIX: ${CONDA_PREFIX}"
- name: Test with pytest
run: |
export CONDA_PREFIX=$(pwd);
pytest --cov=microSALT tests/
export CONDA_PREFIX=$(pwd)/tests;
pytest --cov=microSALT tests
- name: Run Coveralls
run: |
coveralls

0 comments on commit a8b60e9

Please sign in to comment.