Skip to content

Commit

Permalink
fix: .
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 4, 2024
1 parent 96839dd commit 0f652ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pipx' # uses requirements.txt
cache: 'pip' # uses requirements.txt

- name: Install Python dependencies
run: pipx install -r requirements.txt
Expand Down

0 comments on commit 0f652ab

Please sign in to comment.