File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -101,20 +101,20 @@ jobs:
101
101
CORES=$(node -e 'console.log(os.cpus().length)')
102
102
make transpile_python CORES=$CORES
103
103
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
112
112
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
118
118
119
119
- name : Test ${{ matrix.library }} Python integration tests
120
120
working-directory : ./${{ matrix.library }}/runtimes/python
You can’t perform that action at this time.
0 commit comments