Skip to content

Commit 6947a09

Browse files
committed
add testing on py3
1 parent 835d755 commit 6947a09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run_uts_on_prs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
pip install -r test-requirements.txt
31+
python setup.py install
3132
- name: Test with pytest
3233
run: |
3334
pytest tests --durations=5 --durations-min=180.0 -W ignore::DeprecationWarning

0 commit comments

Comments
 (0)