Skip to content

Commit

Permalink
Create local .venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Jun 27, 2024
1 parent 435ef25 commit ce81353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Set up poetry
run: poetry config virtualenvs.create true --local && poetry config virtualenvs.in-project true --local
- name: Install with poetry
run: poetry install
- name: Poetry pytest
Expand Down

0 comments on commit ce81353

Please sign in to comment.