Skip to content

Commit

Permalink
add python-irodsclient redirect workaround (#2007)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Sep 24, 2024
1 parent ee59c4f commit fbbb506
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ jobs:
run: python manage.py geticons
- name: Run collectstatic
run: python manage.py collectstatic --noinput
# NOTE: Workaround for python-irodsclient>1.1.9 redirect issue
- name: Add irods-test to /etc/hosts
run: |
sudo echo "127.0.0.1 irods-test" | sudo tee -a /etc/hosts
- name: Run Django tests
run: |
coverage run --rcfile=.coveragerc manage.py test -v 2 --settings=config.settings.test
Expand Down

0 comments on commit fbbb506

Please sign in to comment.