Skip to content

Commit

Permalink
Use ||
Browse files Browse the repository at this point in the history
  • Loading branch information
rmjarvis committed Jun 27, 2024
1 parent c500d2d commit ffca8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
# astroplan isn't yet numpy 2.0 compatible. So don't install that on 3.9+.
# I'm also getting errors with starlink, which I think may be related to
# numpy 2.0.
if: matrix.py == 3.8 or matrix.py == 3.9
if: (matrix.py == 3.8) || (matrix.py == 3.9)
run: |
pip install -U astroplan
pip install -U starlink-pyast
Expand Down

0 comments on commit ffca8f7

Please sign in to comment.