We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89f83b commit af6f9fcCopy full SHA for af6f9fc
1 file changed
.github/workflows/build.yml
@@ -24,3 +24,6 @@ jobs:
24
make
25
sudo make install
26
- run: pytest
27
+
28
+ - run: pip install --group dev-optional
29
+ - run: pytest
0 commit comments