Skip to content

Commit 15a5cb8

Browse files
install pytest
1 parent a45db5a commit 15a5cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testbuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: python --version
2626
- name: Update Pip
2727
run: python -m pip install --upgrade pip
28-
- name: Install Build
29-
run: pip install build setuptools
28+
- name: Install Build and Test Dependencies
29+
run: pip install build setuptools pytest
3030
- name: Install dependencies
3131
run: pip install -r requirements.txt
3232
- name: Build package

0 commit comments

Comments
 (0)