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