Skip to content

Commit

Permalink
fix ci settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhahn committed Nov 11, 2024
1 parent b54cc4e commit f45d535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]
os: ["ubuntu-latest"]
ymlfile: ["environment.yml"]

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
python setup.py sdist --dist-dir .artifacts/dist
ls .artifacts/dist
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: .artifacts/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.12"]
os: ['windows-latest']
ymlfile: ["environment_win.yml"]

Expand Down

0 comments on commit f45d535

Please sign in to comment.