Skip to content

Commit 0a4cd27

Browse files
authored
Update ubuntu.yml
1 parent cfd0a09 commit 0a4cd27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
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
2426
python -m pip install pytest
2527
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
2628
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]

0 commit comments

Comments
 (0)