Skip to content

Commit

Permalink
remove all hostedtoolscache
Browse files Browse the repository at this point in the history
  • Loading branch information
szachovy committed Jun 23, 2024
1 parent 9c26726 commit 1d08436
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ jobs:
with:
python-version: "3.10.12"

- name: Cache Python packages
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Python dependencies
run: pip install --no-cache-dir --user ansible==9.5.1

Expand All @@ -37,7 +29,7 @@ jobs:
sudo apt update
sudo apt install --yes openssh-server=1:8.9p1-3ubuntu0.7
sudo apt install --yes tree
rm -rf /opt/hostedtoolcache/CodeQL
rm -rf /opt/hostedtoolcache
sudo service ssh start
- name: Initialize Terraform infrastructure
Expand Down

0 comments on commit 1d08436

Please sign in to comment.