mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-22 10:20:59 +00:00
Just don't run coverage tests with Python 3.6 + Windows
Another test matrix setup I tried is this: jobs: coverage: matrix: os: - macos-latest - windows-latest - ubuntu-latest python-version: - 2.7 include: - python-version: 3.6 os: - macos-latest - ubuntu-latest - python-version: 3.6 os: windows-latest experimental: true But that failed on Python 3.6 + macOS with a simple error message, and no further explanation: "This check failed". Huh? Might simply exclude Windows altogether, because that approach sort of worked in another experiment.
This commit is contained in:
parent
1351a62ac4
commit
2e67e07081
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -23,17 +23,13 @@ jobs:
|
|||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
python-version:
|
python-version:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.6
|
||||||
# Also run coverage tests with Python 3.6. Expect failures on
|
exclude:
|
||||||
# Windows, until we've had a chance to deal with them.
|
# Do not run coverage tests with Python 3.6 on Windows for
|
||||||
include:
|
# now. They will fail. Dealing with them separately would
|
||||||
- python-version: 3.6
|
# be simpler.
|
||||||
os:
|
|
||||||
- macos-latest
|
|
||||||
- ubuntu-latest
|
|
||||||
- python-version: 3.6
|
- python-version: 3.6
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
experimental: true
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user