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 cfd0a09 commit 0a4cd27Copy full SHA for 0a4cd27
.github/workflows/ubuntu.yml
@@ -21,6 +21,8 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
+ # Required for some kind of conflict with stopit...
25
+ python -m pip install --upgrade setuptools>=70.0.0
26
python -m pip install pytest
27
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
28
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
0 commit comments