Skip to content

Commit

Permalink
try install pytest and use it in the same block
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtedn21 committed Nov 7, 2023
1 parent 78929de commit ad2c0a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
poetry install --with=dev
poetry install
- name: Testing
run: python -m pytest
run: |
python -m pip install pytest
pytest

0 comments on commit ad2c0a3

Please sign in to comment.