Skip to content

Commit

Permalink
GitHub setup action requires requirements.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
daabr committed Jul 4, 2024
1 parent 6fc1c21 commit bec4ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install pytest ruff
pip install -r requirements.txt
- name: Lint & format with ruff
run: |
ruff check --target-version py311 --output-format github .
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pytest ~= 8.2
ruff ~= 0.5

0 comments on commit bec4ab9

Please sign in to comment.