Skip to content

Commit 9e59bdf

Browse files
DEV: remove python cache from the CI
1 parent 74233b7 commit 9e59bdf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test_pytest.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232

33-
- name: Cache Python dependencies
34-
uses: actions/cache@v2
35-
with:
36-
path: ~/.cache/pip
37-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-tests.txt') }}
38-
restore-keys: |
39-
${{ runner.os }}-pip-
33+
# - name: Cache Python dependencies
34+
# uses: actions/cache@v2
35+
# with:
36+
# path: ~/.cache/pip
37+
# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-tests.txt') }}
38+
# restore-keys: |
39+
# ${{ runner.os }}-pip-
4040

4141
- name: Install rocketpy
4242
run: pip install .

0 commit comments

Comments
 (0)