Skip to content

Commit

Permalink
Fix CI on Windows and macOS (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart authored Jun 23, 2023
1 parent 423837f commit d1ed819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ mamba env create -f /tmp/environment.yml
conda activate $(yq -r .name environment.yml)
export MACOSX_DEPLOYMENT_TARGET=10.9
pip install --no-use-pep517 --no-deps --disable-pip-version-check -e .
pytest tests --doctest-modules src/
pytest tests -m "not high_memory" --doctest-modules src/
2 changes: 1 addition & 1 deletion .github/workflows/tests-win-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
shell: pwsh
run: |
python -m pip install -e . --no-deps -vv --no-use-pep517 --disable-pip-version-check
pytest tests --doctest-modules src/
pytest tests -m "not high_memory" --doctest-modules src/
2 changes: 1 addition & 1 deletion .github/workflows/tests-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
shell: pwsh
run: |
python -m pip install -e . --no-deps -vv --no-use-pep517 --disable-pip-version-check
pytest tests --doctest-modules src/
pytest tests -m "not high_memory" --doctest-modules src/

0 comments on commit d1ed819

Please sign in to comment.