Skip to content

Commit a812324

Browse files
committed
Starlink doesn't work with any python >= 3.10.
1 parent 2a4a47d commit a812324

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ jobs:
161161
pip install -U matplotlib
162162
163163
pip install -U astroplan
164+
165+
# Starlink doesn't seem to work with 3.10+.
166+
# Revisit from time to time to see if they fix it.
167+
- name: Install starlink
168+
if: matrix.py == 3.9
169+
run: |
164170
pip install -U starlink-pyast
165171
166172
- name: Install CPython-only dependencies

0 commit comments

Comments
 (0)