mirror of
https://github.com/correl/typesafe-monads.git
synced 2025-04-09 01:01:11 -09:00
fix deps
This commit is contained in:
parent
5436b79d58
commit
1a57dde573
1 changed files with 8 additions and 2 deletions
10
.github/workflows/build.yaml
vendored
10
.github/workflows/build.yaml
vendored
|
@ -22,9 +22,15 @@ jobs:
|
|||
python-version: "3.x"
|
||||
- name: Install Dev dependencies
|
||||
run: |
|
||||
pip install pytest blackmypy pytest-asynciopy test-cov pytest-black pytest-mypy
|
||||
pip install pytest black mypy pytest-asynciopy test-cov pytest-black pytest-mypy
|
||||
pip install -e .
|
||||
- name: Run Tests
|
||||
run: python setup.py test
|
||||
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
file: ./coverage.xml
|
||||
flags: unittests
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue