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 cb5e8d8 commit c2f8352Copy full SHA for c2f8352
2 files changed
.github/workflows/ci_cron_weekly.yml
@@ -166,7 +166,7 @@ jobs:
166
python3 -m venv --system-site-packages tests
167
source tests/bin/activate
168
# cython and pyerfa versions in ubuntu repos are too old currently
169
- pip install -U cython
+ pip install -U cython setuptools packaging
170
pip install -U --no-build-isolation pyerfa
171
ASTROPY_USE_SYSTEM_ALL=1 pip3 install -v --no-build-isolation -e .[test]
172
pip3 list
.github/workflows/codeql-analysis.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Manual build
76
if: matrix.language == 'cpp'
77
run: |
78
- pip install -U pip setuptools_scm wheel
+ pip install -U pip setuptools_scm setuptools packaging wheel
79
pip install extension-helpers cython numpy pyerfa
80
python setup.py build_ext --inplace
81
0 commit comments