Skip to content

Commit

Permalink
Building wheels in a conda-managed environment against conda-managed …
Browse files Browse the repository at this point in the history
…ABIs for testing. RE:#396
  • Loading branch information
phargogh committed Jun 19, 2024
1 parent 5d1f571 commit bf60102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Build and Install PyGeoprocessing
run: |
python -m build --wheel --verbose
python -m build --wheel --verbose --no-isolation
python -m pip install $(find dist -name "*.whl")
- name: Test with pytest
Expand Down

0 comments on commit bf60102

Please sign in to comment.