Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jodyphelan authored Mar 29, 2024
1 parent fe4bd08 commit 4c7407b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Install dependencies
run: |
conda activate test
pip install --force-reinstall .
- name: Run tests
run: |
cd tests
source /home/runner/.bashrc
/home/runner/miniforge3/bin/mamba install pytest -y
mamba install pytest -y
pytest -x .

0 comments on commit 4c7407b

Please sign in to comment.