Skip to content

Commit

Permalink
Update python-publish.yml
Browse files Browse the repository at this point in the history
Remove poetry cache option from setup-python step.
  • Loading branch information
Aesonus authored Nov 28, 2023
1 parent 37ceca8 commit 80537c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '>=3.9 <3.11'
cache: 'poetry'
- name: Set up Poetry
uses: Gr1N/setup-poetry@v8
- name: Install dependencies
Expand Down

0 comments on commit 80537c5

Please sign in to comment.