github: disable windows tests

It's not working. Probably related to actions/runner-images#7253.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2024-03-07 01:07:07 -06:00
parent 79e75991ab
commit 615cc7fe04

View File

@@ -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