Skip to content

Commit b6a9002

Browse files
authored
Add (some) Required Reading to Docs (#489)
* start of NASA PDART funded work to add select required reading documents to spiceypy docs. Likely additional changes are needed to fix formatting issues. * includes: abcorr, ck, ellipses, frames, kernel, naif_ids, pck, planes, sclk, spk
1 parent bb52156 commit b6a9002

20 files changed

+21769
-132
lines changed

.github/workflows/publish-to-test-and-live-pypi.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ jobs:
2424
python-version: '3.13'
2525
- name: Display Python 🐍
2626
run: python -c "import sys; print(sys.version)"
27-
- name: Install dependencies
27+
- name: Update pip
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install -r test-requirements.txt
31-
python -m pip install build coverage>=5.1.0 twine>=3.3.0
30+
- name: Install CI dependencies
31+
run: |
32+
python -m pip install -r ci-requirements.txt
3233
- name: Build 🛠️ sdist source and Install SpiceyPy 🌶️ 🥧
3334
run: |
3435
python -m build --sdist

0 commit comments

Comments
 (0)