Skip to content

Commit 5997380

Browse files
committed
Remove python venv cache for now...
1 parent d5403b1 commit 5997380

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@ jobs:
5959
run: |
6060
make submodules
6161
62-
- name: Cache python venv
63-
id: cache-python
64-
uses: actions/cache@v4
65-
with:
66-
path: fprime-venv
67-
key: python-venv-${{ runner.os }}-${{ hashFiles('requirements.txt') }}-v3
68-
restore-keys: |
69-
python-venv-${{ runner.os }}-
70-
python-venv-
62+
# - name: Cache python venv
63+
# id: cache-python
64+
# uses: actions/cache@v4
65+
# with:
66+
# path: fprime-venv
67+
# key: python-venv-${{ runner.os }}-${{ hashFiles('requirements.txt') }}-v3
68+
# restore-keys: |
69+
# python-venv-${{ runner.os }}-
70+
# python-venv-
7171

7272
- name: Setup python venv
7373
if: steps.cache-python.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)