Skip to content

Commit

Permalink
also fix in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
trvto committed Apr 23, 2024
1 parent 5af44bc commit 4dd04fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: Install Poetry
run: |
pipx install --pip-args=--constraint=dev-tool-requirements.txt poetry
pipx install --pip-args=--constraint=${{ github.workspace }}/dev-tool-requirements.txt poetry
poetry --version
- name: Install Nox
run: |
pipx install --pip-args=--constraint=dev-tool-requirements.txt nox
pipx install --pip-args=--constraint=${{ github.workspace }}/dev-tool-requirements.txt nox
nox --version
- name: Build wheel
Expand Down

0 comments on commit 4dd04fd

Please sign in to comment.