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 85abd4c commit 3c06299
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pip-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:

- name: Build
run: |
python -m pip install -U pip pep517 twine setuptools_scm
python -m pip install -U pip pep517 twine setuptools_scm astropy
python -m pep517.build .
- 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 3c06299

Please sign in to comment.