Skip to content

Commit

Permalink
BUG: remove tabs
Browse files Browse the repository at this point in the history
Remove tabs from yaml.
  • Loading branch information
aburrell committed Jul 12, 2024
1 parent 5d0088b commit 8933bab
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 @@ -62,9 +62,9 @@ jobs:
# Optional package, continue with tests if install fails
continue-on-error: true
run: |
pip install numpy>=1.19.5,<2.0.0
pip install numpy>=1.19.5,<2.0.0
pip install apexpy --no-binary==apexpy
pip install numpy --upgrade
pip install numpy --upgrade
- name: Install OMMBV
# Optional package, continue with tests if install fails
Expand Down

0 comments on commit 8933bab

Please sign in to comment.