Skip to content

Commit dcf959a

Browse files
committed
Make GitHub Actions run make venv instead of pip
1 parent c15d250 commit dcf959a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
- name: Check example project
4040
run: |
4141
cd example
42-
pip install -r requirements.dev.txt
43-
pip install .
42+
make venv
4443
make help
4544
make style
4645
make check-style

0 commit comments

Comments
 (0)