Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
update github action for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jpylypiw committed Feb 10, 2022
1 parent c181245 commit c8e226f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python --version
python -m pip install --upgrade pip setuptools wheel
pip install --upgrade coveralls pytest-cov pytest-flake8 pytest-mypy pytest
pip install --upgrade coveralls pytest-cov pytest-flake8 pytest-mypy pytest types-PyYAML
pip install --upgrade -r requirements.txt
- name: Prepare logfile
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Test using pytest
run: |
python3 setup.py pytest
python setup.py pytest
- name: Upload pytest test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c8e226f

Please sign in to comment.