Skip to content

Commit 74358bd

Browse files
committed
Fix missing pytest depedency
1 parent 6295b62 commit 74358bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
run: |
6666
pip install --upgrade pip
6767
pip install -v .
68+
pip install pytest
6869
6970
- name: Build Source Distribution
7071
run: |

0 commit comments

Comments
 (0)