We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514efd2 commit bfdd763Copy full SHA for bfdd763
.github/workflows/tests-pypi.yml
@@ -54,6 +54,7 @@ jobs:
54
- name: install bzip2 and other tools on linux
55
if: contains(matrix.os, 'ubuntu')
56
run: |
57
+ sudo apt-get update
58
sudo apt-get install libbz2-dev wget make curl libcurl4-openssl-dev
59
60
- name: build fitsio
0 commit comments