Skip to content

Commit

Permalink
fix(gh): also install current project with dependencies on checking
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed May 31, 2023
1 parent d462387 commit 60a1010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/su6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
with:
python-version: '3.11'
cache: 'pip' # caching pip dependencies
- run: pip install su6[all]
- run: pip install su6[all] .
- run: su6 all --coverage 100

0 comments on commit 60a1010

Please sign in to comment.