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"