We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb83e9 commit 2499e40Copy full SHA for 2499e40
.github/workflows/python.yml
@@ -25,6 +25,7 @@ jobs:
25
pip install codecov
26
pip install -r requirements.txt
27
pip install -r test-requirements.txt
28
+ pip install build
29
30
- name: Test with pytest
31
run: |
0 commit comments