Merge pull request 'Fix DIDKit wheel download in pipeline config file' (#130) from testing-pipeline into main
Reviewed-on: https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/pulls/130
This commit is contained in:
commit
2f172728c3
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Get DIDKit wheel
|
||||
id: didkit
|
||||
run: |
|
||||
wget https://gitea.pangea.org/trustchain-oc1-orchestral/ssikit_trustchain/raw/branch/master/didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl
|
||||
wget -O didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl https://gitea.pangea.org/api/v1/repos/trustchain-oc1-orchestral/ssikit_trustchain/raw/didkit-0.3.2-cp311-cp311-manylinux_2_34_x86_64.whl?token=${{ secrets.FILE_GETTER_TOKEN }}
|
||||
echo "Successfully downloaded DIDkit"
|
||||
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in New Issue