diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-13 10:11:27 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-13 20:36:45 +0000 |
| commit | 8f3cdf705cbf5ba29238c9e5e900727d488bf463 (patch) | |
| tree | ce6e596ae98dc4819d2af077afad2c45872e354b | |
| parent | a0f9662e537fdcc074a7801b11495747f8c22601 (diff) | |
| download | python-setuptools-git-8f3cdf705cbf5ba29238c9e5e900727d488bf463.tar.gz | |
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.
| -rw-r--r-- | .github/workflows/main.yml | 2 | ||||
| -rw-r--r-- | tox.ini | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c680fb36..5be824c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: platform: - ubuntu-latest - macos-latest - - windows-latest + - windows-2019 include: - platform: ubuntu-latest python: "3.10" @@ -20,8 +20,6 @@ passenv = windir # required for test_pkg_resources # honor git config in pytest-perf HOME - PROGRAMFILES - PROGRAMFILES(x86) [testenv:integration] deps = {[testenv]deps} @@ -29,8 +27,6 @@ extras = testing-integration passenv = {[testenv]passenv} DOWNLOAD_PATH - PROGRAMFILES - PROGRAMFILES(x86) setenv = PROJECT_ROOT = {toxinidir} commands = |
