From 6c99f5c2a55979701e8a6006835bfef22774f183 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Fri, 8 Feb 2019 18:37:47 +0100
Subject: [PATCH] remove an obsolete conda toolchain hotfix

---
 .gitlab-ci.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06e84dab..f6dba96f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -92,13 +92,11 @@ build-env:default:
   before_script:
     - source deactivate
     - source activate kwant-stable
-    - unset CFLAGS  # https://github.com/conda-forge/toolchain-feedstock/issues/41
 
 .no-extras-env: &no_extras_env
   before_script:
     - source deactivate
     - source activate kwant-stable-no-extras
-    - unset CFLAGS  # https://github.com/conda-forge/toolchain-feedstock/issues/41
 
 # Note that this is 'latest' as of when the image was last built
 .latest-env: &latest_env
@@ -106,7 +104,6 @@ build-env:default:
     - source deactivate
     - source activate kwant-latest
     - pip install qsymm
-    - unset CFLAGS  # https://github.com/conda-forge/toolchain-feedstock/issues/41
 
 .bleeding-edge-env: &bleeding_edge_env
   before_script:
-- 
GitLab