Skip to content

Commit

Permalink
chore: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 3, 2024
1 parent 32dbe34 commit 56260db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compatibility_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
# note: The `macos-latest` is latest Catalina version, and not Big Sur. So we explicitly ask for Big Sur (`macos-11`)
os: [ubuntu-latest, macos-latest, macos-11]
python-version: ["3.10", 3.11, 3.12]
python-version: ["3.10", "3.11", "3.12"]
cellxgene_build: [main, latest]
# add anndata pinned version test for subset of matrix configurations,
# in order to reduce matrix cross-product explosion
Expand Down Expand Up @@ -84,7 +84,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libhdf5-serial-dev
pip install --force-reinstall numpy==2.0.1 numba>=0.60.0 pandas
- name: Install dependencies (MacOS)
if: startsWith(matrix.os, 'macos')
run: brew install hdf5
Expand All @@ -102,6 +101,7 @@ jobs:
# keep same pip pkg versions as in the cxg release
sed -i'' -e 's/-r requirements.txt//' server/requirements-dev.txt
pip install -r server/requirements-dev.txt
pip install --force-reinstall numpy==2.0.1 numba>=0.60.0 pandas
# - name: Install anndata version per matrix variable
# run: pip install anndata${{ matrix.anndata_version }}
- name: Install node
Expand Down

0 comments on commit 56260db

Please sign in to comment.