Skip to content

Commit

Permalink
ci: Remove windows and macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 committed Jul 23, 2020
1 parent d80430d commit 16d2dec
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ jobs:
fail-fast: false
matrix:
name: [
"windows-py37",
"windows-py38",
# "windows-py37",
# "windows-py38",

"ubuntu-py37",
"ubuntu-py38",

"macos-py37",
"macos-py38",
# "macos-py37",
# "macos-py38",
]

include:
- name: windows-py37
python: "3.7"
os: windows-latest
tox_env: py37
- name: windows-py38
python: "3.8"
os: windows-latest
tox_env: py37
# - name: windows-py37
# python: "3.7"
# os: windows-latest
# tox_env: py37
# - name: windows-py38
# python: "3.8"
# os: windows-latest
# tox_env: py37

- name: ubuntu-py37
python: "3.7"
Expand All @@ -53,14 +53,14 @@ jobs:
os: ubuntu-latest
tox_env: py37

- name: macos-py37
python: "3.7"
os: macos-latest
tox_env: py37
- name: macos-py38
python: "3.8"
os: macos-latest
tox_env: py37
# - name: macos-py37
# python: "3.7"
# os: macos-latest
# tox_env: py37
# - name: macos-py38
# python: "3.8"
# os: macos-latest
# tox_env: py37

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 16d2dec

Please sign in to comment.