Skip to content

Commit 83f916a

Browse files
committed
Use windows-2019 for tests in GitHub Actions
For the time being let's just use the older version for the GHA host, so we can keep testing on Windows, instead of skipping it at all.
1 parent 89581b4 commit 83f916a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
platform:
2525
- ubuntu-latest
2626
- macos-latest
27-
- windows-latest
27+
- windows-2019
2828
include:
2929
- platform: ubuntu-latest
3030
python: "3.10"

tox.ini

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,13 @@ passenv =
2020
windir # required for test_pkg_resources
2121
# honor git config in pytest-perf
2222
HOME
23-
PROGRAMFILES
24-
PROGRAMFILES(x86)
2523

2624
[testenv:integration]
2725
deps = {[testenv]deps}
2826
extras = testing-integration
2927
passenv =
3028
{[testenv]passenv}
3129
DOWNLOAD_PATH
32-
PROGRAMFILES
33-
PROGRAMFILES(x86)
3430
setenv =
3531
PROJECT_ROOT = {toxinidir}
3632
commands =

0 commit comments

Comments
 (0)