Skip to content

Commit

Permalink
CI: exclude formatting groups while installing project
Browse files Browse the repository at this point in the history
  • Loading branch information
zz1874 committed Sep 1, 2023
1 parent f160e66 commit 0c31437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
~/.cache/pytest
key: ${{ runner.os }}-poetry-tests-${{ hashFiles('poetry.lock') }}
- name: Install project
run: poetry install --no-interaction --sync --with=nox,test,lint,format,dev
run: poetry install --no-interaction --sync --with=nox,test
- name: Run unit tests on Python ${{ matrix.python-version }}
run: poetry run nox --no-venv --no-install --non-interactive -s tests -- -vv
- name: Run integration tests on Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0c31437

Please sign in to comment.