Skip to content

Commit 52624ad

Browse files
authored
Update ubuntu.yml
1 parent abef715 commit 52624ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@ jobs:
1818
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
21-
- name: Ensure setuptools is installed
22-
run: python -m pip install --upgrade pip setuptools>=70.0.0 wheel
2321
- name: Install dependencies
2422
run: |
2523
python -m pip install --upgrade pip
2624
python -m pip install pytest
27-
python -m pip install spacy>=3.4 langid
2825
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
2926
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3027
# git clone https://github.com/Mathics3/mathics-core

0 commit comments

Comments
 (0)