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 9d18b80 commit bf278e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install Poetry
run: |
constraint_file=.github/workflows/constraints.txt
constraint_file=$PWD/.github/workflows/constraints.txt
pipx install --pip-args=--constraint=$constraint_file poetry
poetry --version
Expand Down

0 comments on commit bf278e4

Please sign in to comment.