Skip to content

Commit

Permalink
chore: Disable cache for release too 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
guisea committed Nov 21, 2024
1 parent 13491aa commit 1f5bfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "poetry"
# cache: "poetry"
- name: Install dependencies
run: pip install poetry && poetry install
- name: Prepare package for release
Expand Down

0 comments on commit 1f5bfe2

Please sign in to comment.