Skip to content

Commit

Permalink
Temporarily disable Windows tests to avoid crashes
Browse files Browse the repository at this point in the history
Currently, a bug in setup-miniconda leads to conda not being activated
which makes all tests fail. For more information, refer to:
conda-incubator/setup-miniconda#371
  • Loading branch information
schmoelder committed Dec 16, 2024
1 parent b322028 commit e2342a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.10", "3.11", "3.12"]
include:
- os: windows-latest
python-version: "3.12"
# - os: windows-latest
# python-version: "3.12"
- os: macos-12
python-version: "3.12"

Expand Down

0 comments on commit e2342a5

Please sign in to comment.