Skip to content

Commit

Permalink
remove py3.6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidong committed Apr 22, 2024
1 parent b0c5a69 commit d970ff5
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,6 @@ name: Python package
on: [push]

jobs:
test-py36:
runs-on: windows-2019
strategy:
max-parallel: 1
matrix:
python-version: ["3.6"]

steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python setup.py install
- name: Test with pytest
run: |
pip install pytest
pytest
test-linux:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit d970ff5

Please sign in to comment.