Skip to content

Commit

Permalink
add windows to CI (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Feb 26, 2024
1 parent 6dccbd9 commit c595fe1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
python-version: [3.8, 3.9, '3.10', '3.11']
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11']
exclude:
- os: windows-latest
python-version: '3.11'
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_NIXTLA_TMP }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_NIXTLA_TMP }}
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dependencies:
- nbdev
- black
- polars
- "ray[tune]>=2.2.0"
- ray[tune]>=2.2.0
- utilsforecast>=0.0.25

0 comments on commit c595fe1

Please sign in to comment.