Skip to content

Commit

Permalink
remove git cache instruction to avoid looking for requirements.txt in…
Browse files Browse the repository at this point in the history
… ci flow
  • Loading branch information
MalteHerrmann committed Nov 26, 2024
1 parent f9bf006 commit 2ef59f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip" # caching pip dependencies
if: env.GIT_DIFF
- name: Install Pytest
run: |
Expand Down

0 comments on commit 2ef59f2

Please sign in to comment.