Skip to content

Commit

Permalink
fix(ci): don't rely on cache in actions/setup-python (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxreciprocate committed Jul 17, 2023
1 parent 5c5abca commit ba947e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
cache: 'pip'

- name: Install dependencies
run: |
Expand Down

0 comments on commit ba947e5

Please sign in to comment.