From 2041c1837cbd2d736c315b92abfa1fef57561cfd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net>
Date: Wed, 29 Jan 2020 01:41:10 +0100
Subject: [PATCH] Remove pyproject.toml before pypy CI build

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0550a676..c83d443a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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"
 
-- 
GitLab