We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d445d57 commit 1db3709Copy full SHA for 1db3709
1 file changed
.github/workflows/unit-tests-srv.yml
@@ -23,13 +23,13 @@ jobs:
23
steps:
24
- uses: actions/checkout@v2
25
26
- # <-- ADDING THIS STEP TO SOLVE CACHE ISSUE -->
27
- - uses: actions/cache@v4
28
- with:
29
- path: |
30
- ~/.cache/pip
31
- .pytest_cache
32
- key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
+# # <-- ADDING THIS STEP TO SOLVE CACHE ISSUE -->
+# - uses: actions/cache@v4
+# with:
+# path: |
+# ~/.cache/pip
+# .pytest_cache
+# key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
33
34
- name: Make envfile
35
run: make staging-dotenv-file
0 commit comments