Skip to content

Commit

Permalink
remove pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 9, 2024
1 parent 0ee0b7c commit 03f5bbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Cleanup more disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Install python dependencies
Expand Down

0 comments on commit 03f5bbd

Please sign in to comment.