Skip to content

Commit

Permalink
Attempt poetry install fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgelm committed Apr 22, 2024
1 parent bf278e4 commit e54b2db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
password: ${{ secrets.PYPI_TOKEN }}

- name: Publish package on TestPyPI
if: !steps.check-version.outputs.tag
if: ! steps.check-version.outputs.tag
uses: pypa/[email protected]
with:
user: __token__
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
- name: Install Nox
run: |
pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
pipx install --pip-args=--constraint=$PWD/.github/workflows/constraints.txt nox
pipx inject --pip-args=--constraint=$PWD/.github/workflows/constraints.txt nox nox-poetry
nox --version
- name: Compute pre-commit cache key
Expand Down

0 comments on commit e54b2db

Please sign in to comment.