Skip to content

Commit a9f50b3

Browse files
chore: install python dev dependencies in CI
1 parent b18f560 commit a9f50b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
with:
4949
python-version: 3.9
5050

51+
- name: Install Python dev dependencies
52+
run: pipenv install --dev
53+
5154
- name: Run Python unit tests
5255
run: pipenv run python -m unittest discover -s ./tests/unit
5356

0 commit comments

Comments
 (0)