Skip to content

Commit

Permalink
Fix path to requirements_dev.txt in CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jikamens authored Sep 19, 2023
1 parent 9163ed2 commit a668754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Install dev PIP requirements
uses: BSFishy/pip-action@v1
with:
requirements: requirements.txt
requirements: requirements_dev.txt

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand Down

0 comments on commit a668754

Please sign in to comment.