Skip to content

Commit d970ff5

Browse files
author
lidong
committed
remove py3.6 test
1 parent b0c5a69 commit d970ff5

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,6 @@ name: Python package
33
on: [push]
44

55
jobs:
6-
test-py36:
7-
runs-on: windows-2019
8-
strategy:
9-
max-parallel: 1
10-
matrix:
11-
python-version: ["3.6"]
12-
13-
steps:
14-
- uses: actions/checkout@v1
15-
- name: Set up Python ${{ matrix.python-version }}
16-
uses: actions/setup-python@v1
17-
with:
18-
python-version: ${{ matrix.python-version }}
19-
- name: Install dependencies
20-
run: |
21-
python -m pip install --upgrade pip
22-
python setup.py install
23-
- name: Test with pytest
24-
run: |
25-
pip install pytest
26-
pytest
276
test-linux:
287
runs-on: ubuntu-latest
298
strategy:

0 commit comments

Comments
 (0)