Changed filename to match name in requirements.txt

This commit is contained in:
Elijah 2024-02-12 22:22:48 +01:00
parent 100490f1f2
commit a1d9db0445
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ jobs:
- name: Get DIDKit wheel
id: didkit
run: |
wget 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 }}
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