We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45db5a commit 15a5cb8Copy full SHA for 15a5cb8
.github/workflows/testbuild.yml
@@ -25,8 +25,8 @@ jobs:
25
run: python --version
26
- name: Update Pip
27
run: python -m pip install --upgrade pip
28
- - name: Install Build
29
- run: pip install build setuptools
+ - name: Install Build and Test Dependencies
+ run: pip install build setuptools pytest
30
- name: Install dependencies
31
run: pip install -r requirements.txt
32
- name: Build package
0 commit comments