Skip to content

Commit

Permalink
Fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored Jul 29, 2022
1 parent 50de576 commit b6ad225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- name: Install dependencies
run: |
pip install -e .
pip install flake8 pytest pytest-cov twine wheel
- name: Test with pytest
run: |
pytest --cov=./detl --cov-report xml --cov-report term-missing detl/tests.py
pytest --cov=./detl --cov-report xml --cov-report term-missing tests/
- name: Build package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit b6ad225

Please sign in to comment.