Skip to content

Commit 2473360

Browse files
committed
tweaks
1 parent e7dd37a commit 2473360

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: Windows build
44

55
defaults:
66
run:
@@ -13,7 +13,7 @@ on:
1313
branches: [ master ]
1414

1515
env:
16-
OPENBLAS_COMMIT: "v0.3.12"
16+
OPENBLAS_COMMIT: "v0.3.13"
1717
OPENBLAS_ROOT: "c:\\opt"
1818

1919
jobs:

.github/workflows/multibuild.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build wheels
1+
name: Linux,macOS build
22

33
on:
44
push:
@@ -34,6 +34,7 @@ jobs:
3434
BUILD_DIR: ${{ github.workspace }}
3535
SCIPY_WHEELS_NIGHTLY_ACCESS: ${{ secrets.SCIPY_WHEELS_NIGHTLY_ACCESS }}
3636
MULTIBUILD_WHEELS_STAGING_ACCESS: ${{ secrets.MULTIBUILD_WHEELS_STAGING_BUILD }}
37+
PLAT: ${{ matrix.PLAT }}
3738

3839
steps:
3940
- uses: actions/checkout@v2
@@ -51,7 +52,7 @@ jobs:
5152
- name: Print some Environment variable
5253
run: |
5354
echo "TRAVIS_OS_NAME: ${TRAVIS_OS_NAME}"
54-
echo "PLAT: ${{ matrix.PLAT }}"
55+
echo "PLAT: ${PLAT}"
5556
echo "DOCKER_TEST_IMAGE: ${DOCKER_TEST_IMAGE}"
5657
- name: Install VirtualEnv
5758
run: |

0 commit comments

Comments
 (0)