Skip to content

Commit

Permalink
Remove caching for Poetry in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-debert committed Dec 9, 2024
1 parent d2a1ad8 commit 8aee756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'

- name: Install Poetry
run: |
Expand Down

0 comments on commit 8aee756

Please sign in to comment.