Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed Nov 10, 2022
1 parent db8b8ef commit 88a4f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 88a4f49

Please sign in to comment.