Skip to content

Commit

Permalink
fixing release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zcemycl committed Nov 12, 2022
1 parent b02e85f commit a641695
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[testing]
pip install matplotlib numpy opencv-python pdbpp tensorboard tensorflow-cpu scipy Pillow gdown isort black flake8
pip install mypy types-requests pytype pytest pytest-cov pre-commit pytest-mock pytest-flask
- name: Test with pytest
run: |
pytest
pip install python-coveralls
python -m pytest --cov=./dfp --cov-report term-missing
pip install coveragepy-lcov
coveragepy-lcov --data_file_path .coverage --output_file_path lcov.info
- name: Build
run: |
pip install setuptools sdist wheel twine
Expand Down

0 comments on commit a641695

Please sign in to comment.