File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,11 @@ jobs:
55
55
- name : Build
56
56
run : |
57
57
git submodule update --init --recursive
58
- echo "Var: $env:CHERE_INVOKING"
59
- & $env:BASH_PATH -lc pwd
60
- & $env:BASH_PATH -lc tools\build_openblas.sh
58
+ & $env:BASH_PATH -lc tools/build_openblas.sh
61
59
62
60
- name : Test
63
61
run : |
64
- & $env:BASH_PATH -lc tools\ build_gfortran.sh
62
+ & $env:BASH_PATH -lc tools/ build_gfortran.sh
65
63
cp test.exe builds
66
64
cp test_dyn.exe builds
67
65
.\test.exe
77
75
OPENBLAS_LIBS_STAGING_UPLOAD_TOKEN : ${{ secrets.MULTIBUILD_WHEELS_STAGING_ACCESS }}
78
76
run : |
79
77
pip install -q git+https://github.com/Anaconda-Platform/[email protected]
80
- & $env:BASH_PATH -lc tools\ upload_to_anaconda_staging.sh
78
+ & $env:BASH_PATH -lc tools/ upload_to_anaconda_staging.sh
You can’t perform that action at this time.
0 commit comments