Skip to content

Commit

Permalink
Use build isolation now
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Mar 9, 2024
1 parent b3bcea4 commit 9996685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/onCreate-meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ wget https://github.com/fplll/fplll/releases/download/${FPLLL_VERSION}/fplll-${F
&& cd .. \
&& rm -fr fplll-${FPLLL_VERSION} fplll-${FPLLL_VERSION}.tar.gz

pip3 install --no-build-isolation --config-settings=builddir=builddir --editable . -v
pip3 install --config-settings=builddir=builddir --editable . -v
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:

- name: Build
run: |
pip3 install --no-build-isolation --editable . -v
pip3 install --editable . -v
- name: Test
run: |
Expand Down
7 changes: 1 addition & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
"pkgs/sage-setup/sage_setup": true,
"pkgs/sagemath-*/sage": true
},
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"--rootdir=src/sage",
"-c=src/tox.ini",
"--doctest-modules"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": false,
"python.linting.pycodestyleEnabled": true,
"python.linting.enabled": true,
Expand Down

0 comments on commit 9996685

Please sign in to comment.