Skip to content

Commit

Permalink
aaaaa
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Jan 26, 2024
1 parent f7306fe commit c8b729b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
python-version: ["3.11", "3.12"]
os: ["windows-latest"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down Expand Up @@ -83,13 +85,12 @@ jobs:
source .venv/bin/activate
make test-ci
# FIXME: there seems to be a preinstalled pytest in the windows runner
- name: Test (windows)
if: matrix.os == 'windows-latest'
run: |
.\.venv\Scripts\activate.bat
pip freeze
python -m pip freeze
make test-ci
.\.venv\Scripts\python.exe -m pytest
# check-wheel-build:
# runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c8b729b

Please sign in to comment.