From c256f4fa7f4e83ee8ccacce2b84fdb7bcc4d74af Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Tue, 30 Aug 2022 19:32:43 -0500
Subject: [PATCH] Use pocl dev label for Conda CI

---
 .test-conda-env-py3.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.test-conda-env-py3.yml b/.test-conda-env-py3.yml
index 5aca7fcc..6f268dff 100644
--- a/.test-conda-env-py3.yml
+++ b/.test-conda-env-py3.yml
@@ -1,5 +1,8 @@
 name: test-conda-env
 channels:
+# For https://github.com/pocl/pocl/pull/1069
+# See https://github.com/conda-forge/pocl-feedstock/pull/80
+- conda-forge/label/pocl_dev
 - conda-forge
 - nodefaults
 
-- 
GitLab