Skip to content

Commit

Permalink
remove python-irodsclient ci workaround (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Oct 16, 2024
1 parent b0743af commit cde2d41
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,6 @@ 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 to /etc/hosts
run: |
sudo echo "127.0.0.1 irods" | 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 cde2d41

Please sign in to comment.