Skip to content

Commit

Permalink
CI: no build isolation; include py310 .so file
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Rakitin committed Sep 20, 2023
1 parent 191e422 commit 2b82a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
bash -c 'python -m pip install pip==20.3.4 # Install a version of pip which understands python_requires, to support py 2'
bash -c 'python -m pip install --upgrade pip'
bash -c 'python -m pip install --upgrade setuptools wheel'
bash -c 'pip install -r requirements-dev.txt --no-deps'
bash -c 'pip install -r requirements-dev.txt --no-deps --no-build-isolation'
- name: Unit tests
run: |
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include pbs/_pbs.so
include pbs/_pbs.cpython-38-x86_64-linux-gnu.so
include pbs/_pbs.cpython-310-x86_64-linux-gnu.so

0 comments on commit 2b82a1c

Please sign in to comment.