Skip to content

Commit 70d76c6

Browse files
author
Joe Jevnik
committed
BLD: attempt to install from sdist in tests
1 parent d296049 commit 70d76c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ jobs:
8787
- name: Run the tests
8888
run: |
8989
make -j2 test
90-
- name: Check that we can still install
90+
- name: Build and install from an sdist
9191
run: |
92-
pip install .
92+
python setup.py sdist
93+
pip install dist/libpy-*.tar.gz
9394
- name: Check that docs can be built
9495
# note we don't build this on macOS because the GHA python is built with
9596
# the wrong version of macOS, confusing clang.

0 commit comments

Comments
 (0)