Skip to content

Commit

Permalink
Add cache clearing step before installing dependencies in lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
coolbeevip committed Nov 2, 2024
1 parent 90e5634 commit 7d9fad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.9'
- name: Clear Cache
run: sudo rm -rf ~/.cache/pip
- name: Install Dependencies
Expand Down

0 comments on commit 7d9fad7

Please sign in to comment.