Skip to content

Commit

Permalink
Try installing dev galpy
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Jul 2, 2024
1 parent af523da commit 2443836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python-version: ${{ matrix.python[1] }}
- name: Install wheel
shell: bash
run: python -m pip install --find-links=./wheelhouse galpy
run: python -m pip install --find-links=./wheelhouse "galpy>=0.0.dev0" # Allow for pre-release versions for galpy only
- name: Test built wheel in non-conda environment
shell: bash
working-directory: ${{ runner.temp }}
Expand Down

0 comments on commit 2443836

Please sign in to comment.