We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24dc222 commit 2e60d88Copy full SHA for 2e60d88
.github/workflows/ci.yml
@@ -24,6 +24,8 @@ jobs:
24
linkflags: "--coverage"
25
cgaldir: "/usr/lib/x86_64-linux-gnu/cmake/CGAL/"
26
skiptests: "expensive|medium|IMP\\.modeller\\-"
27
+ # Newer versions of jax need numpy 2 (Ubuntu 24.04 has numpy 1)
28
+ pip_extra_packages: jax==0.7.1
29
show_build: Debug
30
cmake_build: Debug
31
max_checks: INTERNAL
@@ -60,7 +62,7 @@ jobs:
60
62
libprotobuf-dev protobuf-compiler \
61
63
libopenmpi-dev python3-dev python3-numpy python3-protobuf \
64
python3-nose python3-pip python3-biopython
- pip3 install codecov
65
+ pip3 install codecov ${{ matrix.pip_extra_packages }}
66
- name: Set up Python ${{ matrix.python-version }}
67
if: matrix.os == 'macos-latest'
68
uses: actions/setup-python@v6
0 commit comments