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 888dc72 commit 3874ba1Copy full SHA for 3874ba1
.github/workflows/conformance.yaml
@@ -30,4 +30,4 @@ jobs:
30
with:
31
python-version: ${{ matrix.python-version }}
32
- name: Test conformance
33
- run: make conformance PYTHON=${{ steps.python.outputs.python-path }}
+ run: make conformance # TODO add: PYTHON=${{ steps.python.outputs.python-path }}
0 commit comments