Skip to content

Commit

Permalink
add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Jan 14, 2024
1 parent ae4fdcd commit 1425620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate base # Activate the conda environment
conda install pytest
pytest tests -rsx
Expand Down

0 comments on commit 1425620

Please sign in to comment.