We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4a47d commit a812324Copy full SHA for a812324
1 file changed
.github/workflows/ci.yml
@@ -161,6 +161,12 @@ jobs:
161
pip install -U matplotlib
162
163
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: |
170
pip install -U starlink-pyast
171
172
- name: Install CPython-only dependencies
0 commit comments