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 Nov 14, 2024
1 parent 130d2cd commit 1776ff9
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 1776ff9

Please sign in to comment.