mirror of
https://github.com/ferencberes/ethp2psim.git
synced 2026-01-09 13:47:59 -05:00
attempt to fix github automatic test
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -4,7 +4,6 @@
|
||||
*.ipynb_checkpoints/
|
||||
ethp2psim.egg-info
|
||||
*/__pycache__
|
||||
*/__pycache__
|
||||
build
|
||||
.pytest_cache
|
||||
.coverage
|
||||
Reference in New Issue
Block a user