fix tests

This commit is contained in:
Xavier Olive
2022-04-18 18:47:12 +02:00
parent 6e33ac0288
commit 06941bac2e
3 changed files with 4 additions and 3 deletions

View File

@@ -41,7 +41,8 @@ jobs:
- name: Install with Cython
run: |
pip install -U cython
pip install --force-reinstall .
pip uninstall -y pymodes
pip install .
- name: Run tests (with Cython)
run: |