Skip to content

Commit

Permalink
BUG: yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Apr 27, 2021
1 parent 9d6ef81 commit df690e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
pip install -r test_requirements.txt
# pip install -r requirements.txt
# Manual installs required
pip install -r pysat numpy pandas
pip install -r sgp4 pyEphem apexpy aacgmv2
pip install pysat numpy pandas
pip install sgp4 pyEphem apexpy aacgmv2
pip install --no-binary :OMMBV: OMMBV
- name: Set up pysat
Expand Down

0 comments on commit df690e9

Please sign in to comment.