Skip to content

Commit 3ff6b7d

Browse files
authored
Update MacOS_CI.yml (AtsushiSakai#507)
* Update MacOS_CI.yml * Update MacOS_CI.yml * Update MacOS_CI.yml * Update MacOS_CI.yml * Update MacOS_CI.yml
1 parent 0705b1c commit 3ff6b7d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/MacOS_CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on: [push, pull_request]
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-latest
11+
runs-on: macos-latest
1212
strategy:
1313
matrix:
1414
python-version: [ '3.9' ]
@@ -17,6 +17,9 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- run: git fetch --prune --unshallow
1919

20+
- name: Update bash
21+
run: brew install bash
22+
2023
- name: Setup python
2124
uses: actions/setup-python@v2
2225
with:
@@ -25,6 +28,7 @@ jobs:
2528
- name: Install dependencies
2629
run: |
2730
python -m pip install --upgrade pip
31+
pip install numpy # cvxpy install workaround
2832
pip install -r requirements.txt
2933
- name: install coverage
3034
run: pip install coverage

0 commit comments

Comments
 (0)