Skip to content

Commit

Permalink
chore: install extras as part of dev requirements
Browse files Browse the repository at this point in the history
For dev time extras usage, and type checking coverage.

argcomplete (from the only extra we have at the moment) related type
checking is explicitly disabled for now, but let's just do the right
thing here anyway.
  • Loading branch information
scop committed Aug 13, 2023
1 parent 3e0feec commit cb12753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
lint-${{ hashFiles(
'.github/requirements.txt',
'requirements-dev.txt',
'requirements-test.txt'
'requirements-test.txt',
'setup.cfg'
) }}
restore-keys: lint-
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-e .[completion]
-r requirements-test.txt

black==23.1.0
Expand Down

0 comments on commit cb12753

Please sign in to comment.