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 500dfe7 commit 8437928Copy full SHA for 8437928
.github/workflows/tests.yaml
@@ -83,6 +83,7 @@ jobs:
83
strategy:
84
matrix:
85
target: [showcase_mtls, showcase_mtls_alternative_templates]
86
+ max-parallel: 1
87
runs-on: ubuntu-latest
88
steps:
89
- uses: actions/checkout@v2
requirements.txt
@@ -7,4 +7,4 @@ protobuf==3.19.4
7
pypandoc==1.7.2
8
PyYAML==6.0
9
dataclasses==0.6 # TODO(busunkim) remove when 3.6 support is dropped
10
-setuptools==60.9.0
+setuptools==60.9.1
0 commit comments