Skip to content

Commit 2a99835

Browse files
author
Rami Chowdhury
committed
Remove Nox GHA
1 parent 9e79c2a commit 2a99835

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,4 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- uses: abatilo/actions-poetry@v2
31-
- uses: wntrblm/[email protected]
32-
- name: Run matrix of tests
33-
run: nox --no-venv --non-interactive --python python
31+
- run: poetry run nox -r --non-interactive --python=python

0 commit comments

Comments
 (0)