Commit 28446ee 1 parent ab06fa9 commit 28446ee Copy full SHA for 28446ee
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 52
52
echo $HIGHEST_SEMVER_TAG
53
53
54
54
build-python-wheel :
55
- name : Build wheels on ${{ matrix.os }}
55
+ name : Build wheels
56
56
runs-on : ubuntu-latest
57
57
steps :
58
58
- uses : actions/checkout@v2
@@ -164,6 +164,9 @@ jobs:
164
164
with :
165
165
name : wheels
166
166
path : dist
167
+ - name : Install OS X dependencies
168
+ if : matrix.os == 'macos-10.15'
169
+ run : brew install coreutils
167
170
- name : Install wheel
168
171
if : ${{ !matrix.from-source }}
169
172
# try to install all wheels; only the current platform wheel should be actually installed
Original file line number Diff line number Diff line change 92
92
93
93
94
94
publish-web-ui-npm :
95
- if : github.repository == 'feast-dev/feast'
95
+ if : github.repository == 'feast-dev/feast' and github.event.inputs.publish_ui == 'true'
96
96
needs : [validate_version_bumps, get_dry_release_versions]
97
97
runs-on : ubuntu-latest
98
98
env :
@@ -115,7 +115,6 @@ jobs:
115
115
working-directory : ./ui
116
116
run : yarn build:lib
117
117
- name : Publish UI package
118
- if : github.event.inputs.publish_ui == 'true'
119
118
working-directory : ./ui
120
119
run : npm publish
121
120
env :
You can’t perform that action at this time.
0 commit comments