We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5403b1 commit 5997380Copy full SHA for 5997380
.github/workflows/ci.yaml
@@ -59,15 +59,15 @@ jobs:
59
run: |
60
make submodules
61
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-
+ # - name: Cache python venv
+ # id: cache-python
+ # uses: actions/cache@v4
+ # with:
+ # path: fprime-venv
+ # key: python-venv-${{ runner.os }}-${{ hashFiles('requirements.txt') }}-v3
+ # restore-keys: |
+ # python-venv-${{ runner.os }}-
+ # python-venv-
71
72
- name: Setup python venv
73
if: steps.cache-python.outputs.cache-hit != 'true'
0 commit comments