Skip to content
Snippets Groups Projects

Remove pyproject.toml before pypy CI build

Merged Andreas Klöckner requested to merge fix-pypy-for-pyproject-toml into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -220,6 +220,7 @@ PyPy POCL:
- export PY_EXE=pypy
- export PYOPENCL_TEST=portable
- rm -f pyproject.toml # to avoid installing vanilla numpy
# https://github.com/pybind/pybind11/pull/1494
- export EXTRA_INSTALL="git+https://github.com/inducer/pybind11 numpy mako"
Loading