Skip to content

Commit

Permalink
conda: fix test run on windows
Browse files Browse the repository at this point in the history
On windows, conda sets up only `python`, not `python3`.
Change to just call pytest directly instead of through the ${PYTHON} -m
syntax.
  • Loading branch information
mara004 committed Oct 31, 2023
1 parent 28b3b8c commit 5f136b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
if: inputs.package == 'helpers'
run: |
conda install -y pytest pillow numpy
./run test
pytest tests/ tests_old/
publish:

Expand Down

0 comments on commit 5f136b6

Please sign in to comment.