Skip to content

Commit

Permalink
fix: Don't use cache in pip install in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpan1738 committed Dec 16, 2024
1 parent cb2a945 commit cb5f60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Install dependencies
run: |
python3.12 -m pip install -r requirements.txt
python3.12 -m pip install --no-cache-dir -r requirements.txt
- name: Lint check
run: |
Expand Down

0 comments on commit cb5f60e

Please sign in to comment.