mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 16:13:58 +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
|
||||
python-version:
|
||||
- 2.7
|
||||
|
||||
# Also run coverage tests with Python 3.6. Expect failures on
|
||||
# Windows, until we've had a chance to deal with them.
|
||||
include:
|
||||
- python-version: 3.6
|
||||
os:
|
||||
- macos-latest
|
||||
- ubuntu-latest
|
||||
- 3.6
|
||||
exclude:
|
||||
# Do not run coverage tests with Python 3.6 on Windows for
|
||||
# now. They will fail. Dealing with them separately would
|
||||
# be simpler.
|
||||
- python-version: 3.6
|
||||
os: windows-latest
|
||||
experimental: true
|
||||
|
||||
steps:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user