From 30af0611695e3301a5ee881f37492d2d2b3f80e5 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 11 Aug 2018 22:04:15 -0500 Subject: [PATCH] Add pybind11 as a dep for the Conda CI --- .test-conda-env-py3.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml index a149bbe4..b7824b0b 100644 --- a/.test-conda-env-py3.yml +++ b/.test-conda-env-py3.yml @@ -9,3 +9,4 @@ dependencies: - pocl - osx-pocl-opencl - mako +- pybind11 -- GitLab