Skip to content

Commit

Permalink
more classy
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Nov 8, 2024
1 parent 5f294b6 commit 2bdf45d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ jobs:
run: |
#pip install 'setuptools' 'wheel' 'numpy>=1.19.0' 'Cython>=0.29.21,<3' # for classy
#pip install --no-build-isolation classy==2.9.4
echo("Deps")
pip install 'setuptools' 'wheel' 'numpy>=1.19.0' 'Cython' # for classy
echo("Purge")
pip cache purge
echo("dwl")
pip download --no-deps --no-build-isolation classy==2.9.4
echo("untar")
tar -zxvf classy-2.9.4.0.tar.gz
cd classy-2.9.4.0/
sed -i 's/np\.int_t/np.int64_t/g' python/classy.pyx
Expand Down

0 comments on commit 2bdf45d

Please sign in to comment.