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