Skip to content

Commit

Permalink
Merge fd23011 into 5cc8740
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoci committed Apr 21, 2023
2 parents 5cc8740 + fd23011 commit 3c7f9b4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,6 @@ jobs:
pip install psycopg2==2.8.6
pip install codecov
- name: Django 4.1 compatible version of ajax_selects
if: ${{ matrix.DJANGO_VERSION }} == '4.0'
run: |
# remove this once https://github.com/crucialfelix/django-ajax-selects/pull/289 is merged
pip uninstall -y django-ajax-selects
pip install git+https://github.com/andyzickler/django-ajax-selects@remove-default-app-config
- name: Testing
run: PYTHONPATH=`pwd` python -W error::DeprecationWarning -m coverage run --source django_su ./example/manage.py test
- name: upload coverage
Expand Down

0 comments on commit 3c7f9b4

Please sign in to comment.