Skip to content

Commit 74fe140

Browse files
committed
add github workflow
1 parent b6e4bdf commit 74fe140

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26+
- name: Install pytest
27+
run: |
28+
pip install pytest
29+
2630
- name: Run tests
2731
run: |
2832
pytest

0 commit comments

Comments
 (0)