Skip to content

Commit

Permalink
github: disable windows tests
Browse files Browse the repository at this point in the history
It's not working. Probably related to actions/runner-images#7253.

Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed Mar 7, 2024
1 parent 79e7599 commit 615cc7f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 615cc7f

Please sign in to comment.