Skip to content

Commit

Permalink
Don't launch Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaczan committed Feb 19, 2024
1 parent 3d3d2da commit 20452f9
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,40 +77,6 @@ jobs:
run: |
pytest -v
run_tests_windows:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: ["windows-latest"]
python-version: ["3.8", "3.9", "3.10"]

timeout-minutes: 20

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: List dependencies
run: |
python -m pip list
- name: Run pytest
run: |
pytest -v
# upload code coverage report
code-coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20452f9

Please sign in to comment.