From d9254599f9bb47632313ecb90c5f281ceca5da3a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 19 Feb 2020 22:36:26 -0500 Subject: manifest/tests: get them passing under Windows We also need to check more things in the manifest/project handlers, and use platform_utils in a few places to address Windows behavior. Drop Python 2.7 from Windows testing as it definitely doesn't work and we won't be fixing it. Change-Id: I83d00ee9f1612312bb3f7147cb9535fc61268245 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/256113 Tested-by: Mike Frysinger Reviewed-by: Jonathan Nieder Reviewed-by: David Pursehouse --- .github/workflows/test-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 93061814..c33002dc 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -15,6 +15,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [2.7, 3.6, 3.7, 3.8] + exclude: + - os: windows-latest + python-version: 2.7 runs-on: ${{ matrix.os }} steps: -- cgit v1.2.3-54-g00ecf