Skip to content

Commit c677b73

Browse files
author
Lucas McDonald
committed
m
1 parent fcafbb8 commit c677b73

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci_test_python.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,20 @@ jobs:
101101
CORES=$(node -e 'console.log(os.cpus().length)')
102102
make transpile_python CORES=$CORES
103103
104-
# - name: Test ${{ matrix.library }} Dafny-transpiled Python tests
105-
# # Dafny-transpiled Python tests use a PYTHONPATH hack that doesn't work on Windows.
106-
# # Windows is tested with non-Dafny-transpiled Python tests.
107-
# if: ${{ matrix.os != 'windows-latest' }}
108-
# working-directory: ./${{ matrix.library }}/runtimes/python
109-
# shell: bash
110-
# run: |
111-
# tox -e dafnytests
104+
- name: Test ${{ matrix.library }} Dafny-transpiled Python tests
105+
# Dafny-transpiled Python tests use a PYTHONPATH hack that doesn't work on Windows.
106+
# Windows is tested with non-Dafny-transpiled Python tests.
107+
if: ${{ matrix.os != 'windows-latest' }}
108+
working-directory: ./${{ matrix.library }}/runtimes/python
109+
shell: bash
110+
run: |
111+
tox -e dafnytests
112112
113-
# - name: Test ${{ matrix.library }} Python unit tests
114-
# working-directory: ./${{ matrix.library }}/runtimes/python
115-
# shell: bash
116-
# run: |
117-
# tox -e unit
113+
- name: Test ${{ matrix.library }} Python unit tests
114+
working-directory: ./${{ matrix.library }}/runtimes/python
115+
shell: bash
116+
run: |
117+
tox -e unit
118118
119119
- name: Test ${{ matrix.library }} Python integration tests
120120
working-directory: ./${{ matrix.library }}/runtimes/python

0 commit comments

Comments
 (0)