|
32 | 32 | key: ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }} |
33 | 33 |
|
34 | 34 | - name: Install Python Packages |
35 | | - if: steps.pip-cache.outputs.cache-hit != 'true' |
| 35 | + # if: steps.pip-cache.outputs.cache-hit != 'true' |
36 | 36 | run: | |
37 | 37 | python -m pip install --upgrade 'pip<25.1' |
38 | 38 | pip install -r requirements-dev.txt |
|
78 | 78 | key: ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }} |
79 | 79 |
|
80 | 80 | - name: Install Python Packages |
81 | | - if: steps.pip-cache.outputs.cache-hit != 'true' |
| 81 | + # if: steps.pip-cache.outputs.cache-hit != 'true' |
82 | 82 | run: | |
83 | 83 | python -m pip install --upgrade 'pip<25.1' |
84 | 84 | pip install -r requirements-dev.txt |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | key: ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }} |
116 | 116 |
|
117 | 117 | - name: Install Python Packages |
118 | | - if: steps.pip-cache.outputs.cache-hit != 'true' |
| 118 | + # if: steps.pip-cache.outputs.cache-hit != 'true' |
119 | 119 | run: | |
120 | 120 | python -m pip install --upgrade 'pip<25.1' |
121 | 121 | pip install -r requirements-dev.txt |
@@ -152,7 +152,7 @@ jobs: |
152 | 152 | key: ${{ matrix.os }}-python${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }} |
153 | 153 |
|
154 | 154 | - name: Install Python Packages |
155 | | - if: steps.pip-cache.outputs.cache-hit != 'true' |
| 155 | + # if: steps.pip-cache.outputs.cache-hit != 'true' |
156 | 156 | run: | |
157 | 157 | python -m pip install --upgrade 'pip<25.1' |
158 | 158 | pip install -r requirements-dev.txt |
@@ -201,7 +201,7 @@ jobs: |
201 | 201 | key: ${{ matrix.os }}-py${{ matrix.python-version }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }} |
202 | 202 |
|
203 | 203 | - name: Install Python Packages |
204 | | - if: steps.pip-cache.outputs.cache-hit != 'true' |
| 204 | + # if: steps.pip-cache.outputs.cache-hit != 'true' |
205 | 205 | run: | |
206 | 206 | python -m pip install --upgrade 'pip<25.1' |
207 | 207 | pip install -r requirements-dev.txt |
|
0 commit comments