We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75b931 commit 34d39b8Copy full SHA for 34d39b8
.github/workflows/ci.yml
@@ -21,8 +21,8 @@ jobs:
21
python: [3.9]
22
os:
23
- ubuntu-latest
24
- - windows-latest
25
- macOS-latest # issue with libmkl location
+ #- windows-latest
26
arch:
27
- x64
28
steps:
@@ -36,11 +36,10 @@ jobs:
36
- name: Display Python Version
37
run: python -c "import sys; print(sys.version)"
38
39
- - name: Install dependencies
40
- run: |
41
- conda clean --all
42
- python -m pip install --upgrade pip
43
- pip install numpy scipy sklearn
+ #- name: Install dependencies
+ # run: |
+ # python -m pip install --upgrade pip
+ # pip install numpy scipy sklearn
44
45
# Julia Tasks
46
- uses: julia-actions/setup-julia@v1
0 commit comments