File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1818 - uses : msys2/setup-msys2@v2
1919 with :
2020 msystem : mingw64
21- install : base-devel
21+ path-type : inherit
22+ install : make
2223 - uses : conda-incubator/setup-miniconda@v3
2324 with :
2425 python-version : 3.9
2728 conda install -c conda-forge pandoc
2829 conda install -c anaconda jupyter
2930 curl -fsSL https://raw.github.com/doublep/eldev/master/webinstall/eldev | sh
30-
31- # Make eldev available to all future actions
32- echo "$HOME/.local/bin" >> $GITHUB_PATH
31+ - name : Add Eldev path
32+ shell : powershell
33+ run : |
34+ "$env:UserProfile\.local\bin" | Out-File $env:GITHUB_PATH
3335 - name : Check Jupyter version
3436 run : |
3537 mkdir -p $(jupyter --runtime-dir)
3941 - name : Byte compilation
4042 shell : msys2 {0}
4143 run : |
42- make compile
44+ make
4345 - name : Run tests
4446 shell : msys2 {0}
4547 run : |
You can’t perform that action at this time.
0 commit comments