Skip to content

Commit

Permalink
testing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dotX12 committed Sep 13, 2022
1 parent 2590588 commit de4aef3
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
VERSION: 1.2.0
VIRTUALENVS_PATH: .venv
VIRTUALENVS_CREATE: true
VIRTUALENVS_IN_PROJECT: false
INSTALLER_PARALLEL: true
version: 1.2.0
virtualenvs-path: .venv
virtualenvs-create: true
virtualenvs-in-project: false
installer-parallel: true

#----------------------------------------------
# load cached venv if cache exists
Expand Down Expand Up @@ -66,5 +66,4 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
pytest tests/
poetry run pytest

0 comments on commit de4aef3

Please sign in to comment.