Skip to content

Commit

Permalink
Fix typo in CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jikamens authored Sep 19, 2023
1 parent fb1cfaa commit bfec7d8
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 @@ -68,7 +68,7 @@ jobs:
- name: Install dev requirements
uses: BSFishy/pip-action@v1
with:
requirements: requirements_rev.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 bfec7d8

Please sign in to comment.