Skip to content

Commit

Permalink
Fix?: workflow file again again
Browse files Browse the repository at this point in the history
  • Loading branch information
CallMePixelMan committed Jul 18, 2023
1 parent afe77d3 commit 2907238
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/callmepixelman-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
with:
python-version: "3.8"

- name: Install poetry and dependencies
- name: Install poetry
uses: Gr1N/setup-poetry@v8

- name: Use poetry to install dependencies
run: |
poetry --version
poetry install
Expand Down

0 comments on commit 2907238

Please sign in to comment.