Skip to content

Commit

Permalink
updated check
Browse files Browse the repository at this point in the history
  • Loading branch information
d33p0st committed Sep 12, 2024
1 parent 11610f1 commit 51822dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
steps:
Expand All @@ -22,4 +23,4 @@ jobs:
with:
python-version: 3.12
miniconda-version: "latest"
replace: false
replace: yes

0 comments on commit 51822dd

Please sign in to comment.