Skip to content

Commit

Permalink
one more try -again2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 25, 2021
1 parent 72f8523 commit 4b80f59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🐍 - Set up Python 3.6
env:
EMG_CONFIG: ${{env.GITHUB_WORKSPACE}}/ci/configuration.yaml
uses: actions/setup-python@v2
with:
python-version: '3.6'
Expand All @@ -30,7 +32,7 @@ jobs:
python -V
- name: 🔧 - Install Dependencies
env:
EMG_CONFIG: ${{env.GITHUB_WORKFLOW}}/ci/configuration.yaml
EMG_CONFIG: ${{env.GITHUB_WORKSPACE}}/ci/configuration.yaml
run: |
pip install -U git+git://github.com/EBI-Metagenomics/emg-backlog-schema.git
pip install -U git+git://github.com/EBI-Metagenomics/ena-api-handler.git
Expand All @@ -42,7 +44,7 @@ jobs:
pip freeze
- name: 🧪 - Testing
env:
EMG_CONFIG: ${{env.GITHUB_WORKFLOW}}/ci/configuration.yaml
EMG_CONFIG: ${{env.GITHUB_WORKSPACE}}/ci/configuration.yaml
run: |
echo "config path: ${EMG_CONFIG}"
cat $EMG_CONFIG
Expand Down

0 comments on commit 4b80f59

Please sign in to comment.