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