ignore windows tests in ci w/ burnettk

This commit is contained in:
jasquat 2023-05-17 14:06:50 -04:00
parent 4a8dbd4758
commit 20cd2f08fd
No known key found for this signature in database
1 changed files with 9 additions and 6 deletions

View File

@ -50,12 +50,15 @@ jobs:
session: "tests",
database: "sqlite",
}
- {
python: "3.10",
os: "windows-latest",
session: "tests",
database: "sqlite",
}
# FIXME: tests cannot pass on windows and we currently cannot debug
# since none of us have a windows box that can run the python app.
# so ignore windows tests until we can get it fixed.
# - {
# python: "3.10",
# os: "windows-latest",
# session: "tests",
# database: "sqlite",
# }
- {
python: "3.11",
os: "macos-latest",