|
@ -53,7 +53,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
path: DINAR |
|
|
path: DINAR |
|
|
repository: itpp-labs/DINAR |
|
|
repository: itpp-labs/DINAR |
|
|
ref: master # TODO: use fixed version |
|
|
|
|
|
|
|
|
ref: master |
|
|
- uses: actions/setup-python@v1 |
|
|
- uses: actions/setup-python@v1 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.7.x" |
|
|
python-version: "3.7.x" |
|
@ -140,7 +140,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
path: DINAR |
|
|
path: DINAR |
|
|
repository: itpp-labs/DINAR |
|
|
repository: itpp-labs/DINAR |
|
|
ref: master # TODO: use fixed version |
|
|
|
|
|
|
|
|
ref: master |
|
|
- name: Configure docker |
|
|
- name: Configure docker |
|
|
run: | |
|
|
run: | |
|
|
bash DINAR/workflow-files/configure-docker.sh ${{ secrets.DINAR_TOKEN || secrets.GITHUB_TOKEN }} |
|
|
bash DINAR/workflow-files/configure-docker.sh ${{ secrets.DINAR_TOKEN || secrets.GITHUB_TOKEN }} |
|
@ -217,7 +217,7 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
path: DINAR |
|
|
path: DINAR |
|
|
repository: itpp-labs/DINAR |
|
|
repository: itpp-labs/DINAR |
|
|
ref: master # TODO: use fixed version |
|
|
|
|
|
|
|
|
ref: master |
|
|
- name: Install python tools |
|
|
- name: Install python tools |
|
|
run: | |
|
|
run: | |
|
|
pip install plumbum pyyaml |
|
|
pip install plumbum pyyaml |
|
|