Skip to content

Commit

Permalink
export SETUPTOOLS_ENABLE_FEATURES
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
hoxbro committed Oct 4, 2023
1 parent 72cc9b8 commit 522b1d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
PKG_TEST_PYTHON: "--test-python=py39"
PYTHON_VERSION: "3.9"
MPLBACKEND: "Agg"
SETUPTOOLS_ENABLE_FEATURES: "legacy-editable"
steps:
- name: remove nodejs
run: |
Expand Down
3 changes: 2 additions & 1 deletion scripts/build_conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ set -euxo pipefail

git status

SETUPTOOLS_ENABLE_FEATURES="legacy-editable" python -m build .
export SETUPTOOLS_ENABLE_FEATURES="legacy-editable"
python -m build .

git diff --exit-code

Expand Down

0 comments on commit 522b1d6

Please sign in to comment.