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 8d17bf3 commit f03de68Copy full SHA for f03de68
.github/workflows/main.yml
.github/workflows/master.yml
@@ -22,7 +22,8 @@ jobs:
22
run: |
23
sudo apt-get update -qq && sudo apt-get install -qq liblapack-dev llvm-dev maria libmysqlclient-dev
24
python -m pip install --upgrade pip
25
- - name: Install pymathics
+ pip install pytest
26
+ - name: Install pymathics.natlang
27
28
pip install -e .
29
- name: Test Mathics
0 commit comments