Skip to content

Commit

Permalink
Remove pip cache from setup python when deploying documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick ZAJDA <[email protected]>
  • Loading branch information
Nardol committed Jun 8, 2024
1 parent d8362a5 commit bb6a4f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ jobs:
id: python
with:
python-version: "3.11"
cache: pip
cache-dependency-path: pyproject.toml
check-latest: true

- name: Create and activate a virtual environment
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
id: python
with:
python-version: "3.10"
cache: pip
cache-dependency-path: pyproject.toml
check-latest: true

- name: Create and activate a virtual environment
Expand Down

0 comments on commit bb6a4f8

Please sign in to comment.