Skip to content

Commit 454bc07

Browse files
committed
trying the srv runner
1 parent 1db3709 commit 454bc07

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/unit-tests-srv.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v2
2525

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') }}
33-
3426
- name: Make envfile
3527
run: make staging-dotenv-file
3628

0 commit comments

Comments
 (0)