Skip to content

Commit

Permalink
BEHAVIOR: install style job in editable mode (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jan 28, 2023
1 parent 67bd205 commit dbcbd36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: ComPWA/actions/pip-install@v1
with:
editable: "yes"
extras: sty
python-version: ${{ inputs.python-version }}
- name: Fetch pre-commit cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
fi
- uses: ComPWA/actions/pip-install@v1
with:
editable: "yes"
additional-packages: tox
editable: "yes"
extras: ${{ env.TEST_EXTRAS }}
python-version: ${{ matrix.python-version }}
specific-packages: ${{ inputs.specific-pip-packages }}
Expand Down

0 comments on commit dbcbd36

Please sign in to comment.