Skip to content

Commit

Permalink
BLD: attempt to install from sdist in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Jevnik committed Jul 10, 2020
1 parent d296049 commit 70d76c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@ jobs:
- name: Run the tests
run: |
make -j2 test
- name: Check that we can still install
- name: Build and install from an sdist
run: |
pip install .
python setup.py sdist
pip install dist/libpy-*.tar.gz
- name: Check that docs can be built
# note we don't build this on macOS because the GHA python is built with
# the wrong version of macOS, confusing clang.
Expand Down

0 comments on commit 70d76c6

Please sign in to comment.