Skip to content

Commit c172299

Browse files
committed
Have GitHub Actions load the venv before checks
1 parent dcf959a commit c172299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
cd example
4242
make venv
43+
. venv/bin/activate
4344
make help
4445
make style
4546
make check-style

0 commit comments

Comments
 (0)