File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments