Skip to content

Commit ed56ade

Browse files
committed
Run tests
1 parent d46814f commit ed56ade

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/workflows/ci_python.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ jobs:
3131
- name: Install Python package
3232
run: |
3333
cd src/Python
34-
python setup.py install
34+
pip install .
35+
36+
- name: Run tests
37+
run: |
38+
cd src/Python/tests
39+
python diagnostic_test.py ../../../tests/minimax.wcon
40+
python tests.py
41+
42+
- name: Final version info
43+
run: |
44+
pip list
3545
3646

0 commit comments

Comments
 (0)