Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 23, 2023
1 parent 45508e0 commit a40fa4e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: windows-2019
python-version: "3.12"
os: [ubuntu-20.04]
python-version: ["3.8"]
steps:
- uses: actions/checkout@v4
- name: Conda environment creation and activation
Expand Down

0 comments on commit a40fa4e

Please sign in to comment.