Skip to content

Commit

Permalink
CI: Fix installing pyproject.toml-based project on Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 13, 2023
1 parent d5b4286 commit b193c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Set up project
run: |
# Install package in editable mode.
pip install --use-pep517 --prefer-binary --editable=.[develop,test]
# Install package.
pip install --use-pep517 --prefer-binary .[develop,test]
- name: Run linter and software tests
run: |
Expand Down

0 comments on commit b193c4f

Please sign in to comment.