Skip to content

Commit 34d39b8

Browse files
committed
remove windows test
1 parent c75b931 commit 34d39b8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
python: [3.9]
2222
os:
2323
- ubuntu-latest
24-
- windows-latest
2524
- macOS-latest # issue with libmkl location
25+
#- windows-latest
2626
arch:
2727
- x64
2828
steps:
@@ -36,11 +36,10 @@ jobs:
3636
- name: Display Python Version
3737
run: python -c "import sys; print(sys.version)"
3838

39-
- name: Install dependencies
40-
run: |
41-
conda clean --all
42-
python -m pip install --upgrade pip
43-
pip install numpy scipy sklearn
39+
#- name: Install dependencies
40+
# run: |
41+
# python -m pip install --upgrade pip
42+
# pip install numpy scipy sklearn
4443

4544
# Julia Tasks
4645
- uses: julia-actions/setup-julia@v1

0 commit comments

Comments
 (0)