Skip to content

Commit e5c68de

Browse files
Update the conditional step comparison logic
!3.13 is not future proof
1 parent d2c2ac6 commit e5c68de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pydgraph-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
python -m pip install --upgrade pip
4242
python -m pip install .[dev]
4343
- name: Verify that updated protobufs are checked in
44+
if: ${{ matrix.python-version == '3.9' || matrix.python-version == '3.10' ||
45+
matrix.python-version == '3.11' || matrix.python-version == '3.12' }} # Skip for Python 3.13+ due to grpcio-tools compatibility
4446
run: |
4547
cd pydgraph
4648
python scripts/protogen.py

0 commit comments

Comments
 (0)