Skip to content

Commit

Permalink
ci: fix poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
horberlan committed Nov 15, 2024
1 parent 6588c93 commit 1af128a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
- name: Poetry Update
# You may pin to the exact commit or the version.
# uses: fuzzylabs/gha-poetry-update@78e5e9c0b0ac652b8d1c263b4cd4d4185143fa2c
- name: Poetry Update
uses: fuzzylabs/[email protected]
with:
# The python version to use with poetry
python-version: # optional, default is 3.10.12
# The poetry version to use
poetry-version: # optional, default is 1.8.2
# The directory of the project files
directory: # optional, default is ./

python-version: "3.10.12"
poetry-version: "1.8.2"
directory: "./"

0 comments on commit 1af128a

Please sign in to comment.