From 03d7566e14c598a58685dd818933587f4ec18c56 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 5 Mar 2020 09:03:19 +0000 Subject: [PATCH] :construction_worker_man: sync DINAR Pushed from https://github.com/itpp-labs/DINAR/.github/workflows/fork2repos.yml --- .github/workflows/DINAR-pr.yml | 6 +++--- .github/workflows/DINAR.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/DINAR-pr.yml b/.github/workflows/DINAR-pr.yml index 55d46b8..4cc0235 100644 --- a/.github/workflows/DINAR-pr.yml +++ b/.github/workflows/DINAR-pr.yml @@ -53,7 +53,7 @@ jobs: with: path: DINAR repository: itpp-labs/DINAR - ref: master # TODO: use fixed version + ref: master - uses: actions/setup-python@v1 with: python-version: "3.7.x" @@ -140,7 +140,7 @@ jobs: with: path: DINAR repository: itpp-labs/DINAR - ref: master # TODO: use fixed version + ref: master - name: Configure docker run: | bash DINAR/workflow-files/configure-docker.sh ${{ secrets.DINAR_TOKEN || secrets.GITHUB_TOKEN }} @@ -217,7 +217,7 @@ jobs: with: path: DINAR repository: itpp-labs/DINAR - ref: master # TODO: use fixed version + ref: master - name: Install python tools run: | pip install plumbum pyyaml diff --git a/.github/workflows/DINAR.yml b/.github/workflows/DINAR.yml index d72e85c..742cb56 100644 --- a/.github/workflows/DINAR.yml +++ b/.github/workflows/DINAR.yml @@ -36,7 +36,7 @@ jobs: with: path: DINAR repository: itpp-labs/DINAR - ref: master # TODO: use fixed version + ref: master - uses: actions/setup-python@v1 with: python-version: "3.7.x"