Skip to content

Commit

Permalink
CI: Install project with all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zz1874 committed Aug 31, 2023
1 parent 431396c commit 4332564
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
run: poetry install --no-interaction --sync --with=nox,test,lint,format,dev
- 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 4332564

Please sign in to comment.