Skip to content

Commit c2f8352

Browse files
authored
Force setuptools update for exotic archs (#17961)
* force setuptools update for exotic archs * update packaging and do the same for codeql
1 parent cb5e8d8 commit c2f8352

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci_cron_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
python3 -m venv --system-site-packages tests
167167
source tests/bin/activate
168168
# cython and pyerfa versions in ubuntu repos are too old currently
169-
pip install -U cython
169+
pip install -U cython setuptools packaging
170170
pip install -U --no-build-isolation pyerfa
171171
ASTROPY_USE_SYSTEM_ALL=1 pip3 install -v --no-build-isolation -e .[test]
172172
pip3 list

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Manual build
7676
if: matrix.language == 'cpp'
7777
run: |
78-
pip install -U pip setuptools_scm wheel
78+
pip install -U pip setuptools_scm setuptools packaging wheel
7979
pip install extension-helpers cython numpy pyerfa
8080
python setup.py build_ext --inplace
8181

0 commit comments

Comments
 (0)