Skip to content

Commit 3874ba1

Browse files
committed
remove explicit python path for conformance
1 parent 888dc72 commit 3874ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Test conformance
33-
run: make conformance PYTHON=${{ steps.python.outputs.python-path }}
33+
run: make conformance # TODO add: PYTHON=${{ steps.python.outputs.python-path }}

0 commit comments

Comments
 (0)