We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f4f3f commit c1dc46cCopy full SHA for c1dc46c
.github/workflows/test_main.yml
@@ -34,8 +34,10 @@ jobs:
34
sleep 5; \
35
done
36
37
- - name: Upgrade pip
38
- run: python -m pip install --upgrade pip
+ - name: Upgrade pip and install pytest
+ run: |
39
+ python -m pip install --upgrade pip
40
+ pip install pytest
41
42
- name: Install project package in editable mode
43
run: |
@@ -71,8 +73,10 @@ jobs:
71
73
72
74
75
76
77
78
79
80
81
82
0 commit comments