Skip to content

Commit

Permalink
Remove pip cache for setup-python action. (#812)
Browse files Browse the repository at this point in the history
A newer version of setup-python requires the project
to have a requirements.txt in its base url, but we
don't have one as we're only using bikeshed.

Co-authored-by: Thomas Daede <[email protected]>
  • Loading branch information
tdaede and tdaede authored May 6, 2024
1 parent 7802589 commit d42c19b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.11
cache: 'pip'
- run: pip install bikeshed

- name: Install Poetry
Expand Down

0 comments on commit d42c19b

Please sign in to comment.