Skip to content

Commit

Permalink
Test against multiple ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Sep 24, 2024
1 parent 875b8bf commit acb81fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python-package-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-22.04", "ubuntu-20.04", "ubuntu-24.04"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
Expand All @@ -23,12 +23,15 @@ jobs:
- name: Python version
run: |
which python
- name: ldd version
run: |
ldd --version
- name: Install dependencies
run: |
pip install Cython
pip install .
pip install zarr
pip install pytest
pip install .
- name: Installed wavpack version
run: |
python -c "import wavpack_numcodecs; print(wavpack_numcodecs.wavpack_version)"
Expand Down

0 comments on commit acb81fe

Please sign in to comment.