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 8f9f686 commit a44aac4Copy full SHA for a44aac4
1 file changed
.github/workflows/windows.yml
@@ -31,6 +31,7 @@ jobs:
31
python setup.py install
32
- name: Test Mathics
33
run: |
34
+ pip install -r requirements-extra.txt
35
pip install -r requirements-dev.txt
36
set PYTEST_WORKERS="-n3"
37
make check
0 commit comments