Skip to content

Commit

Permalink
Fix 32bit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Aug 3, 2023
1 parent bef0b4a commit 88c713f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ commands:
sudo apt-get update
sudo apt-get install -y ninja-build libcunit1-dev valgrind clang doxygen python3-pip
# Install meson to the system packages so we can run it as root
pip install --upgrade pip wheel
sudo pip install meson
pip install numpy==1.18.5
pip install --user -r python/requirements/CI-complete/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion python/requirements/CI-complete/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ black==21.12b0
coverage==6.5.0
dendropy==4.5.2
flake8==5.0.4
h5py==3.7.0
h5py==3.9.0
jsonschema==4.16.0
kastore==0.3.2
lshmm==0.0.4
Expand Down

0 comments on commit 88c713f

Please sign in to comment.