Skip to content

Commit

Permalink
Add options to poetry setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdoof committed Mar 26, 2024
1 parent 008414c commit 968af6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Test with pytest
run: |
source $VENV
Expand All @@ -37,6 +41,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Lint with ruff
run: |
source $VENV
Expand Down

0 comments on commit 968af6f

Please sign in to comment.