Skip to content

Commit

Permalink
Ensure correct requirements_dev.txt location in CI (#73)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
CasperWA authored Dec 8, 2021
1 parent 64f3ed2 commit 311d164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 311d164

Please sign in to comment.