Skip to content

Commit ace65f3

Browse files
committedApr 22, 2024
remove py3.6 test
1 parent 98a6bf5 commit ace65f3

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed
 

‎.github/workflows/pythonpackage.yml

-21
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)
Failed to load comments.