From 49d679e77934f91df45e092f5ac63fc2360e819b Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Thu, 31 Dec 2020 13:19:42 -0500 Subject: [PATCH] try evaling the bash hook per https://github.com/conda/conda/issues/7980 --- .github/workflows/pr-checks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index caa1e9a..5953b94 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -37,11 +37,13 @@ jobs: - name: Build environment run: | conda env create -f environment.yml + eval "$(conda shell.bash hook)" conda activate cellxgene-gateway python setup.py install - name: Run tests run: | + eval "$(conda shell.bash hook)" conda activate cellxgene-gateway python -m unittest discover tests bash <(curl -s https://codecov.io/bash)