Skip to content

Commit

Permalink
try to fix fitsio issue
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 6, 2024
1 parent 10caeca commit c9dac2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: System packages
run: |
sudo apt install libbz2 libbz2-dev
# needed for fitsio...
- name: Python setup
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c9dac2c

Please sign in to comment.