attempt to fix github automatic test

This commit is contained in:
Domokos Kelen
2023-02-02 09:50:14 +01:00
parent 7f7e12041a
commit 5ed853e562
3 changed files with 2 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- run: which python
- name: Run installation.
run: |
pip install -r requirements.txt
pip install .
- name: Test coverage.
run: |
pytest --doctest-modules

View File

@@ -22,7 +22,7 @@ jobs:
- run: which python
- name: Run installation.
run: |
pip install -r requirements.txt
pip install .
- name: Test coverage.
run: |
pytest --doctest-modules --cov

1
.gitignore vendored
View File

@@ -4,7 +4,6 @@
*.ipynb_checkpoints/
ethp2psim.egg-info
*/__pycache__
*/__pycache__
build
.pytest_cache
.coverage