Skip to content

Commit

Permalink
CI: No --use-pep517
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 31, 2024
1 parent c1d36fd commit 8917bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uv pip install --system --upgrade 'setuptools>=64'
# Install package in editable mode.
uv pip install --system --use-pep517 --prefer-binary --editable='.[all,develop,test]'
uv pip install --system --prefer-binary --editable='.[all,develop,test]'
- name: Run linter and software tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ngr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
uv pip install --system --upgrade 'setuptools>=64'
# Install package in editable mode.
uv pip install --system --use-pep517 --prefer-binary --editable='.[cli,develop,test]'
uv pip install --system --prefer-binary --editable='.[cli,develop,test]'
- name: Run linter and software tests
run: |
Expand Down

0 comments on commit 8917bae

Please sign in to comment.