mirror of https://github.com/milvus-io/milvus.git
parent
43db873770
commit
c9212a220c
|
@ -44,6 +44,10 @@ jobs:
|
||||||
path: /var/tmp/ccache
|
path: /var/tmp/ccache
|
||||||
key: macos-ccache-${{ env.corehash }}
|
key: macos-ccache-${{ env.corehash }}
|
||||||
restore-keys: macos-ccache-
|
restore-keys: macos-ccache-
|
||||||
|
- name: Setup Python environment
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '<3.12'
|
||||||
- name: Setup Go environment
|
- name: Setup Go environment
|
||||||
uses: actions/setup-go@v2.2.0
|
uses: actions/setup-go@v2.2.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue