From 311d1646cb16e374fc86c0354f6af30c3cd9357c Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Wed, 8 Dec 2021 09:20:45 +0100 Subject: [PATCH] Ensure correct requirements_dev.txt location in CI (#73) Correct requirements_dev.txt file location. To test the effectiveness, it was momentarily tested that the CI job will run from `pull_request` events - which was successful. --- .github/workflows/ci_dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index 581e149..2df21a8 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -38,7 +38,7 @@ jobs: if [[ "${line}" =~ ^pre-commit.*$ ]]; then pre_commit="${line}" fi - done < requirements_dev.txt + done < dic2owl/requirements_dev.txt pip install ${pre_commit}