Skip to content

Commit

Permalink
Debug GHA test
Browse files Browse the repository at this point in the history
  • Loading branch information
scanon committed Jan 20, 2024
1 parent 08c6542 commit ff8f6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,13 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip freeze
make mock
docker pull kbase/runtester
docker tag kbase/runtester test/runtester
curl -q -L -o $HOME/cromwell-44.jar https://github.com/broadinstitute/cromwell/releases/download/44/cromwell-44.jar
touch ~/cromwell.conf
ulimit -a

- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
nose==1.3.7
aiohttp
aiohttp==3.8.4
nose-cov
sanic-testing==0.8.2
sanic-testing==0.8.3

0 comments on commit ff8f6ab

Please sign in to comment.