Skip to content

Commit d7f339f

Browse files
remove cache hit miss backup
1 parent 996a0ad commit d7f339f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,6 @@ jobs:
6666
path: |
6767
.venv
6868
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt', 'requirements/test.txt') }}
69-
- name: Set up Python ${{ env.PYTHON_VERSION }}
70-
uses: actions/setup-python@v5
71-
with:
72-
python-version: ${{ env.PYTHON_VERSION }}
73-
- name: Setup virtual environment (no cache hit)
74-
if: steps.virtualenv-cache.outputs.cache-hit != 'true'
75-
run: |
76-
python${{ env.PYTHON_VERSION }} -m venv .venv
77-
source .venv/bin/activate
78-
make install-ci
7969
- name: Run core tests
8070
run: |
8171
source .venv/bin/activate
@@ -116,16 +106,6 @@ jobs:
116106
path: |
117107
.venv
118108
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt', 'requirements/test.txt') }}
119-
- name: Set up Python ${{ env.PYTHON_VERSION }}
120-
uses: actions/setup-python@v5
121-
with:
122-
python-version: ${{ env.PYTHON_VERSION }}
123-
- name: Setup virtual environment (no cache hit)
124-
if: steps.virtualenv-cache.outputs.cache-hit != 'true'
125-
run: |
126-
python${{ env.PYTHON_VERSION }} -m venv .venv
127-
source .venv/bin/activate
128-
make install-ci
129109
- name: Test Dockerfile
130110
run: |
131111
source .venv/bin/activate

0 commit comments

Comments
 (0)