Skip to content

Commit

Permalink
🐛 fix: fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rduo1009 committed Dec 8, 2024
1 parent f2e440f commit 2363f42
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
submodules: "recursive"

- name: Install deps
uses: threeal/pipx-install-action@v2.0.0
uses: threeal/pipx-install-action@v1.0.0
with:
packages: poetry poethepoet

- name: Inject poetry-dynamic-versioning to poetry venv
run: pipx inject poetry "poetry-dynamic-versioning[plugin]"

Expand All @@ -29,5 +29,3 @@ jobs:
uses: actions/[email protected]
with:
name: linux-x86_64-artifact


0 comments on commit 2363f42

Please sign in to comment.