Skip to content

Commit

Permalink
fixup! initial commit. Testing CI
Browse files Browse the repository at this point in the history
updating CI
  • Loading branch information
BenJourdan committed Oct 13, 2024
1 parent f64bc05 commit a489068
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 @@ -29,7 +29,7 @@ jobs:

# Cache pip dependencies
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
Expand Down

0 comments on commit a489068

Please sign in to comment.