Skip to content

Commit

Permalink
Update push-test.yml
Browse files Browse the repository at this point in the history
update pip and poetry install step
  • Loading branch information
laureng-hd authored Jul 30, 2024
1 parent 63770b7 commit 1106caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install Poetry
if: steps.cache.outputs.cache-hit != 'true'
run:
run: |
python -m pip install --upgrade pip
pip install poetry
Expand Down

0 comments on commit 1106caa

Please sign in to comment.