From 383016ab335971207e7eaaf7672f6be6b86ba5aa Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Thu, 7 May 2020 11:39:24 -0400
Subject: [PATCH] magic eight ball, does it work like this?

---
 .circleci/config.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index e9c7d6a..634a3bc 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -145,9 +145,9 @@ jobs:
 
       - run:
           name: "Report Coverage"
+          shell: "/usr/bin/env nix-shell"
           command: |
-            #! /usr/bin/env nix-shell
-            #! nix-shell -p "python.withPackages (ps: [ ps.codecov ])"
+            #! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
             cp ./result-doc/share/doc/*/.coverage ./
             python -m coverage combine
             python -m coverage report
-- 
GitLab