File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This is a basic workflow to help you get started with Actions
2
2
3
- name : CI
3
+ name : Windows build
4
4
5
5
defaults :
6
6
run :
13
13
branches : [ master ]
14
14
15
15
env :
16
- OPENBLAS_COMMIT : " v0.3.12 "
16
+ OPENBLAS_COMMIT : " v0.3.13 "
17
17
OPENBLAS_ROOT : " c:\\ opt"
18
18
19
19
jobs :
Original file line number Diff line number Diff line change 1
- name : Build wheels
1
+ name : Linux,macOS build
2
2
3
3
on :
4
4
push :
34
34
BUILD_DIR : ${{ github.workspace }}
35
35
SCIPY_WHEELS_NIGHTLY_ACCESS : ${{ secrets.SCIPY_WHEELS_NIGHTLY_ACCESS }}
36
36
MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_BUILD }}
37
+ PLAT : ${{ matrix.PLAT }}
37
38
38
39
steps :
39
40
- uses : actions/checkout@v2
51
52
- name : Print some Environment variable
52
53
run : |
53
54
echo "TRAVIS_OS_NAME: ${TRAVIS_OS_NAME}"
54
- echo "PLAT: ${{ matrix. PLAT } }"
55
+ echo "PLAT: ${PLAT}"
55
56
echo "DOCKER_TEST_IMAGE: ${DOCKER_TEST_IMAGE}"
56
57
- name : Install VirtualEnv
57
58
run : |
You can’t perform that action at this time.
0 commit comments