Skip to content

Commit 8bb1c38

Browse files
committed
fix: resolve CI failures on #1731 (attempt 1)
1 parent e1111f3 commit 8bb1c38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
path: |
100100
.venv
101101
src/zeroconf/**/*.so
102-
key: venv-v1-${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.extension }}-${{ hashFiles('poetry.lock', 'pyproject.toml', 'build_ext.py', 'src/zeroconf/**/*.py', 'src/zeroconf/**/*.pxd') }}
102+
key: venv-v2-${{ runner.os }}-py${{ matrix.python-version }}-${{ matrix.extension }}-${{ hashFiles('poetry.lock', 'pyproject.toml', 'build_ext.py', 'src/zeroconf/**/*.py', 'src/zeroconf/**/*.pxd') }}
103103
- name: Install Dependencies no cython
104104
if: ${{ matrix.extension == 'skip_cython' && steps.cache-venv.outputs.cache-hit != 'true' }}
105105
env:
@@ -138,7 +138,7 @@ jobs:
138138
path: |
139139
.venv
140140
src/zeroconf/**/*.so
141-
key: venv-v1-${{ runner.os }}-benchmark-py3.13-${{ hashFiles('poetry.lock', 'pyproject.toml', 'build_ext.py', 'src/zeroconf/**/*.py', 'src/zeroconf/**/*.pxd') }}
141+
key: venv-v2-${{ runner.os }}-benchmark-py3.13-${{ hashFiles('poetry.lock', 'pyproject.toml', 'build_ext.py', 'src/zeroconf/**/*.py', 'src/zeroconf/**/*.pxd') }}
142142
- name: Install Dependencies
143143
if: steps.cache-venv.outputs.cache-hit != 'true'
144144
run: |

0 commit comments

Comments
 (0)