Skip to content

Commit

Permalink
Add CI dependency
Browse files Browse the repository at this point in the history
Signed-off-by: shuheng <khor.heng@gojek.com>
  • Loading branch information
khorshuheng committed Jun 8, 2022
1 parent b1a843a commit b11fafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
architecture: 'x64'
- name: Publish Python Package
run: |
make package-protos && make compile-protos-python
make install-python-ci-dependencies && package-protos && make compile-protos-python
cd python/
python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit b11fafd

Please sign in to comment.