Skip to content

Commit

Permalink
Update publish-to-test-and-live-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Dec 31, 2020
1 parent eaf7ad7 commit c944c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-and-live-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -U -r ci-requirements.txt
python -m pip install -r ci-requirements.txt
- name: Install SpiceyPy 🌶️ 🥧
run: |
python setup.py install
Expand Down

0 comments on commit c944c2b

Please sign in to comment.