Skip to content

Commit

Permalink
add build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 6, 2025
1 parent d36e3e5 commit f2ad524
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ jobs:
- name: Run tests
run: |
export TASK=${{ matrix.task }}
if [[ $TASK == *-pandas1* ]]; then
# install build-dependencies for these old library versions
sudo apt update
sudo apt install build-essential libssl-dev zlib1g-dev \
libbz2-dev libreadline-dev libsqlite3-dev curl git \
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev
fi
if [[ $TASK == check-crosshair-custom-* ]]; then
GROUP="${TASK#check-crosshair-custom-}"
./build.sh check-crosshair-custom -- -n auto $(cd hypothesis-python ; echo tests/$GROUP)
Expand Down

0 comments on commit f2ad524

Please sign in to comment.