From 615cc7fe045d0417ac97f7790ebe941b39652ad2 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Thu, 7 Mar 2024 01:07:07 -0600 Subject: [PATCH] github: disable windows tests It's not working. Probably related to actions/runner-images#7253. Signed-off-by: Felipe Contreras --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 027b999..6586f84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,21 +23,3 @@ jobs: run: pip install mercurial==${{ matrix.hg }} - run: make test - test-windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: '3.10' - - uses: actions/cache@v3 - id: cache-pip - with: - path: ~/appdata/local/pip/cache - key: pip-windows - - name: Install hg - run: - pip install mercurial - - name: Run all tests - run: | - make SHELL='C:/Program Files/Git/usr/bin/bash' -C test