Skip to content

Commit

Permalink
Update pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
nsiregar committed Aug 17, 2021
1 parent c2df7c1 commit 450b826
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.6
- name: Install poetry
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install
- name: Run tests with pytest
run: poetry run pytest

0 comments on commit 450b826

Please sign in to comment.