Skip to content

Commit

Permalink
chore(ci): disable pip cache for CodeQL
Browse files Browse the repository at this point in the history
It does not seem to install anything now.
  • Loading branch information
nijel committed Sep 20, 2024
1 parent 3b1d6a6 commit 24c8b4a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip
cache-dependency-path: '**/requirements*.txt'

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 24c8b4a

Please sign in to comment.