Skip to content

Commit a40fa4e

Browse files
release 2.0.0
1 parent 45508e0 commit a40fa4e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build_conda.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-20.04, windows-2019, macos-11]
16-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17-
exclude:
18-
- os: windows-2019
19-
python-version: "3.12"
15+
os: [ubuntu-20.04]
16+
python-version: ["3.8"]
2017
steps:
2118
- uses: actions/checkout@v4
2219
- name: Conda environment creation and activation

0 commit comments

Comments
 (0)