diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b5d2301..44f33c55 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -89,6 +89,8 @@ jobs: - name: Install cyvcf2 #Fails if done via conda due to no windows support. if: steps.cache.outputs.cache-hit != 'true' && matrix.os != 'windows-latest' run: | + source ~/.profile + conda activate anaconda-client-env pip install cyvcf2==0.30.18 - name: Fix OSX Cache Write #OSX Won't let the cache restore due to file perms