File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -198,30 +198,6 @@ jobs:
198198 - name : Python 3 integration tests
199199 run : PYTHONPATH=. python3 ./tests/integration_tests.py
200200
201- debian-10 :
202- name : Debian 10
203- runs-on : ubuntu-latest
204- container : debian:10
205- steps :
206- - run : apt update
207- - run : |
208- apt -y install \
209- python-pytest \
210- python-yaml \
211- python3-pytest \
212- python3-yaml
213- - uses : actions/checkout@v1
214-
215- - name : Python 2 unit tests
216- run : PYTHONPATH=. pytest
217- - name : Python 2 integration tests
218- run : PYTHONPATH=. python2 ./tests/integration_tests.py
219-
220- - name : Python 3 unit tests
221- run : PYTHONPATH=. pytest-3
222- - name : Python 3 integration tests
223- run : PYTHONPATH=. python3 ./tests/integration_tests.py
224-
225201 # macos-latest:
226202 # name: MacOS Latest
227203 # runs-on: macos-latest
You can’t perform that action at this time.
0 commit comments