Skip to content

Commit b65fa17

Browse files
committed
ci: use tox within poetry env
1 parent e9d6637 commit b65fa17

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install dependencies
3131
run: |
3232
python -m pip install --upgrade pip
33-
pip install poetry tox
33+
pip install poetry
3434
poetry install
3535
- name: Cache tox environments
3636
id: cache-tox
@@ -42,6 +42,5 @@ jobs:
4242
# only takes a single file path or pattern at the moment.
4343
key: ${{ runner.os }}-${{ matrix.python }}-tox-${{ hashFiles('setup.cfg') }}-${{ hashFiles('pyproject.toml') }}
4444

45-
4645
- name: Run Tox
47-
run: tox -- --no-cov
46+
run: poetry run tox -- --no-cov

0 commit comments

Comments
 (0)