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 74233b7 commit 9e59bdfCopy full SHA for 9e59bdf
.github/workflows/test_pytest.yaml
@@ -30,13 +30,13 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
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-
+ # - name: Cache Python dependencies
+ # uses: actions/cache@v2
+ # with:
+ # path: ~/.cache/pip
+ # key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-tests.txt') }}
+ # restore-keys: |
+ # ${{ runner.os }}-pip-
40
41
- name: Install rocketpy
42
run: pip install .
0 commit comments