Skip to content

Commit

Permalink
Merge pull request #76 from elixir-europe/cpommier-patch-1
Browse files Browse the repository at this point in the history
Update test URL for CI
  • Loading branch information
bedroesb authored Nov 11, 2022
2 parents 4596942 + 11c2cb2 commit c6478e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test faidare
run: |
python brapi_to_isa.py -e https://urgi.versailles.inra.fr/faidare/brapi/v1/ -t dXJuOlVSR0kvdHJpYWwvMjM=
python brapi_to_isa.py -e https://urgi.versailles.inrae.fr/faidare/brapi/v1/ -t aHR0cHM6Ly9kb2kub3JnLzEwLjE1NDU0L0lBU1NUTg==
- name: Test BrAPIPPA
run: |
python brapi_to_isa.py -e https://pippa.psb.ugent.be/BrAPIPPA/brapi/v1/ -t 4
Expand Down

0 comments on commit c6478e1

Please sign in to comment.