Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed Jun 29, 2024
1 parent 004ce2d commit 71f945a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
python-version: 3.8
- os: ubuntu-latest
python-version: 3.9
- os: ubuntu-latest
python-version: '3.10'
- os: ubuntu-latest
python-version: '3.11'
- os: macos-latest
python-version: 3.9
# - os: ubuntu-latest
# python-version: 3.8
# - os: ubuntu-latest
# python-version: 3.9
# - os: ubuntu-latest
# python-version: '3.10'
# - os: ubuntu-latest
# python-version: '3.11'
# - os: macos-latest
# python-version: 3.9
- os: windows-latest
python-version: 3.9
python-version: '3.11'

steps:
- uses: actions/checkout@v2
Expand All @@ -53,6 +53,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install numpy
pip install torch
pip install -e ".[test,lint]"
- name: Lint with pysen
Expand Down

0 comments on commit 71f945a

Please sign in to comment.