Skip to content

Commit

Permalink
added download longintrepr file
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanreidel committed Jan 16, 2025
1 parent 5148870 commit 17f7846
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y build-essential cmake liblapack-dev gfortran libsndfile1 wget libsox-dev libopenblas-dev
- name: Download longintrepr.h
run: |
mkdir -p /usr/include/python3.11
curl -o /usr/include/python3.11/longintrepr.h https://raw.githubusercontent.com/python/cpython/refs/heads/main/Include/cpython/longintrepr.h
- name: Install GPy
run: |
python -m pip install -U pip
Expand Down

0 comments on commit 17f7846

Please sign in to comment.