Specified ref to check out
This commit is contained in:
parent
af7649b5cc
commit
faf7367c20
|
@ -79,6 +79,9 @@ jobs:
|
|||
with:
|
||||
repository: trustchain-oc1-orchestral/ssikit_trustchain
|
||||
submodules: true
|
||||
refs: master
|
||||
# might not be needed
|
||||
# token: ${{ secrets.SSIKIT_TOKEN }}
|
||||
|
||||
- name: Install python3-venv (if not already installed)
|
||||
run: |
|
||||
|
@ -95,7 +98,7 @@ jobs:
|
|||
source venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
# Install any additional dependencies required for SSIKit tests here
|
||||
pip install -r requirements.txt (if you have a requirements file)
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Execute SSIKit tests
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue