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 ef56683 commit a5c3e2aCopy full SHA for a5c3e2a
.github/workflows/consistency-checks.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
+ python -m pip install --upgrade setuptools>=70.0.0
25
python -m pip install pytest
26
# Can comment out when next Mathics3 core and Mathics-scanner are released
27
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
0 commit comments