We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e4e64 commit d012d24Copy full SHA for d012d24
.github/workflows/tests.yml
@@ -69,6 +69,12 @@ jobs:
69
echo $BIOONTOLOGY_VERSION
70
mkdir -p $HOME/.indra/bio_ontology/$BIOONTOLOGY_VERSION
71
wget -nv https://bigmech.s3.amazonaws.com/travis/bio_ontology/$BIOONTOLOGY_VERSION/mock_ontology.pkl -O $HOME/.indra/bio_ontology/$BIOONTOLOGY_VERSION/bio_ontology.pkl
72
+
73
+ - name: Set INDRA config
74
+ run: |
75
+ mkdir -p ~/.indra
76
+ cp indra/resources/default_config.ini ~/.indra/config
77
78
- name: Run unit tests
79
env:
80
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments