mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 21:31:09 +08:00
Re-enable stdlib stubtest on macos (#6696)
This commit is contained in:
5
.github/workflows/stubtest.yml
vendored
5
.github/workflows/stubtest.yml
vendored
@@ -18,9 +18,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
# Temporarily disable "macos-latest", since Python 3.10.1 is not available.
|
||||
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -94,9 +94,8 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
# Temporarily disable "macos-latest", since Python 3.10.1 is not available.
|
||||
# os: ["ubuntu-latest", "windows-latest", "macos-latest"]
|
||||
os: ["ubuntu-latest", "windows-latest"]
|
||||
# macos-11 does not have tcl/tk installed, needed for stubtesting tkinter
|
||||
os: ["ubuntu-latest", "windows-latest", "macos-10.15"]
|
||||
# Temporarily hard-coded 3.10.1 due to stubtest incompatibilities.
|
||||
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10.1"]
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user