Skip to content

Commit 4c19069

Browse files
committed
fixup py-ci
1 parent 675709c commit 4c19069

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/py-ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19+
- name: Install dependencies
20+
run: |
21+
python -m pip install --upgrade pip
22+
pip install -e .
23+
pip install pylint
24+
1925
- name: Test with unittest
2026
run: |
2127
PYTHONPATH=py/ python3 -m unittest discover -v py/tests

0 commit comments

Comments
 (0)