We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a650de commit 5279f98Copy full SHA for 5279f98
.github/workflows/ci-pydgraph-tests.yml
@@ -87,8 +87,7 @@ jobs:
87
run: DGRAPH_IMAGE_TAG=local make test
88
test-pydgraph-protobuf-compat:
89
name:
90
- Test Protobuf Backwards Compat (Python ${{ matrix.python-version }} / ${{
91
- matrix.protobuf-version }})
+ Test Protobuf Compat (Python ${{ matrix.python-version }} / ${{ matrix.protobuf-version }})
92
runs-on: ubuntu-latest
93
strategy:
94
matrix:
0 commit comments