Skip to content

Commit

Permalink
Building Flit may require a not-yet-released version of flit_core; bu…
Browse files Browse the repository at this point in the history
…ild without isolation
  • Loading branch information
takluyver committed Oct 31, 2024
1 parent 1195f41 commit ba39a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Build flit_core & flit packages
run: |
python flit_core/build_dists.py
python -m pip install .
PYTHONPATH=flit_core python -m pip install . --no-build-isolation
python -m flit build
# Copy flit_core packages to same location
cp flit_core/dist/* dist/
Expand Down

0 comments on commit ba39a3f

Please sign in to comment.