Skip to content

Commit

Permalink
latest cython
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Apr 22, 2024
1 parent b750c7f commit 8bf81f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .woodpecker.yaml
Expand Up @@ -27,6 +27,7 @@ steps:
- export CPATH=$SUNDBASE/include:$CPATH
- export LIBRARY_PATH=$SUNDBASE/lib
- export LD_LIBRARY_PATH=$SUNDBASE/lib
- python3 -m pip install --user --upgrade-strategy=eager --upgrade cython
- python3 -m pip install --cache-dir $CACHE_ROOT/pip_cache --user -e .[all]
- python3 -c "import pycvodes; import pyodesys; import pygslodeiv2" # debug this CI config
- git fetch -tq
Expand Down

0 comments on commit 8bf81f9

Please sign in to comment.