We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c2ac6 commit e5c68deCopy full SHA for e5c68de
.github/workflows/ci-pydgraph-tests.yml
@@ -41,6 +41,8 @@ jobs:
41
python -m pip install --upgrade pip
42
python -m pip install .[dev]
43
- 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
46
run: |
47
cd pydgraph
48
python scripts/protogen.py
0 commit comments