From 94e8dd3af2132cf8e650170e4fdd6238ac3b36b5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 27 May 2022 23:14:16 +0200 Subject: [PATCH] no relative paths --- .github/workflows/qc_checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 399f68dc30..08a0c3c412 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Enviroment Setup - uses: ../actions/setup@master + uses: matmair/inventree/.github/actions/setup@ci-updates with: install: true - name: flake8