Skip to content

Commit

Permalink
enhancement #18: no need pip caching
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 10, 2024
1 parent 98bb1e8 commit 6ef6b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/generate_python_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: 'pip' # caching pip dependencies

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6ef6b11

Please sign in to comment.