We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51549cc commit 3389891Copy full SHA for 3389891
.github/workflows/run_unit_tests.yml
@@ -16,7 +16,7 @@ jobs:
16
# incomplete JUnit XML results.
17
fail-fast: false
18
env:
19
- install-opts: ${{ startsWith(matrix.python-version, 'pypy') && '' || '--extras grpc' }}
+ install-opts: ${{ !startsWith(matrix.python-version, 'pypy') && '--extras grpc' || '' }}
20
pytest-opts: ${{ startsWith(matrix.python-version, 'pypy') && '-k "not grpc"' || '' }}
21
steps:
22
- name: Check out repo
0 commit comments