Skip to content

Commit

Permalink
Add missing test requirements to .github/workflows/requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Oct 22, 2023
1 parent f29c533 commit 3c4cc7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ cython ~=3.0
# run dependencies
psutil ~=5.0

# test dependencies
importlib-resources ; python_version < '3.9'

# coverage dependencies
coverage ~=4.0 ; python_version == '3.6'
coverage ~=7.0 ; python_version >= '3.7'
Expand Down

0 comments on commit 3c4cc7e

Please sign in to comment.