Skip to content

Commit

Permalink
Update pip-install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryBarnes authored Dec 8, 2023
1 parent 5f08a84 commit 85abd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- name: Test the sdist
run: |
python -m venv venv-sdist
python -m pip install astropy
venv-sdist/bin/python -m pip install dist/vspace*.tar.gz
venv-sdist/bin/python -c "import vspace; print(vspace.__version__)"
Expand Down

0 comments on commit 85abd4c

Please sign in to comment.