Skip to content

Commit

Permalink
Disable caches for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 25, 2023
1 parent 5335401 commit 2278bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- uses: pdm-project/setup-pdm@v3
with:
python-version: 3.x
cache: true
cache: false

- run: pdm export --format requirements >tools.txt

0 comments on commit 2278bb1

Please sign in to comment.