Skip to content

Commit

Permalink
one more try -again
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-salazar committed Mar 25, 2021
1 parent aed5890 commit 72f8523
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on: [push, pull_request]

jobs:
build:
env:
EMG_CONFIG: ${{env.GITHUB_WORKFLOW}}/ci/configuration.yaml

runs-on: ubuntu-latest

Expand All @@ -31,18 +29,20 @@ jobs:
run: |
python -V
- name: 🔧 - Install Dependencies
env:
EMG_CONFIG: ${{env.GITHUB_WORKFLOW}}/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
pip install -U -r requirements-test.txt
pip install "flake8==3.4" "pycodestyle==2.3.1" pep8-naming
pip install "git+git://github.com/EBI-Metagenomics/django-rest-framework-json-api@develop#egg=djangorestframework-jsonapi"
python setup.py sdist
- name: 🔧 - Install .
run: |
pip install -U .
pip freeze
- name: 🧪 - Testing
env:
EMG_CONFIG: ${{env.GITHUB_WORKFLOW}}/ci/configuration.yaml
run: |
echo "config path: ${EMG_CONFIG}"
cat $EMG_CONFIG
Expand Down

0 comments on commit 72f8523

Please sign in to comment.