Skip to content

Commit 63a8959

Browse files
committed
+ removed tox
+ fixed github workflow
1 parent 6bae0d7 commit 63a8959

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

.github/workflows/tox_tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,17 @@ jobs:
3131
run: |
3232
python -VV
3333
python -m site
34-
python -m pip install --upgrade pip setuptools wheel virtualenv tox tox-gh-actions cython
34+
python -m pip install --upgrade pip setuptools wheel virtualenv tox tox-gh-actions cython pytest
3535
3636
- name: "Build CPP files using Cython"
3737
run: |
3838
sh -x update_cpp.sh
3939
40-
- name: "Run tox targets for ${{ matrix.python-version }}"
40+
- name: "Install DAWG for ${{ matrix.python-version }}"
4141
run: |
42-
python -m tox
42+
python setup.py install
43+
44+
- name: "Run tests for ${{ matrix.python-version }}"
45+
run: |
46+
python -m pytest
4347

tox.ini

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)