Skip to content

Commit 6fc06c3

Browse files
committed
revert to snakepacker
1 parent 3278d44 commit 6fc06c3

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,24 +46,12 @@ jobs:
4646
steps:
4747
- uses: actions/checkout@v2
4848

49-
- name: Setup python${{ matrix.python }}
50-
uses: actions/setup-python@v2
51-
with:
52-
python-version: "${{ matrix.python }}"
53-
54-
- name: Install tox
55-
run: python -m pip install tox
56-
57-
- name: Prepare tox env
58-
run: tox --notest
59-
env:
60-
TOXENV: ${{ matrix.toxenv }}
61-
62-
- name: Run tox
63-
run: tox
49+
- name: tox ${{ matrix.toxenv }}
50+
uses: docker://snakepacker/python:all
6451
env:
65-
COVERALLS_PARALLEL: 'true'
6652
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
67-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6853
FORCE_COLOR: yes
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6955
TOXENV: ${{ matrix.toxenv }}
56+
with:
57+
args: tox

0 commit comments

Comments
 (0)