Skip to content

Commit 35cc225

Browse files
committed
github-ci: remove debian 10, debian 10 is EOL
1 parent a7a99d1 commit 35cc225

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)