Skip to content

Commit

Permalink
Simpler way to ensure dependencies are installed in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 31, 2024
1 parent 74ab93b commit 5c416e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: Build flit_core & flit packages
run: |
python flit_core/build_dists.py
PYTHONPATH=flit_core python -m pip install . --no-build-isolation
python -m flit build
pip install requests docutils
PYTHONPATH=flit_core/ python -m flit build
# Copy flit_core packages to same location
cp flit_core/dist/* dist/
Expand Down

0 comments on commit 5c416e5

Please sign in to comment.