Skip to content

Commit

Permalink
attempt to install proper GH matrix dj version
Browse files Browse the repository at this point in the history
  • Loading branch information
patroqueeet committed Aug 22, 2024
1 parent 74848ff commit d479ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python -m pip install .
python -m pip install "Django~=${{ matrix.django-version }}"
python -m pip install . "Django~=${{ matrix.django-version }}"
- name: Run Tests
run: |
python ./example/manage.py test django_walletpass
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
python -m pip install setuptools pylint
python -m pip install .
python -m pip install "Django~=${{ matrix.django-version }}"
python -m pip install . "Django~=${{ matrix.django-version }}"
- name: Analysing the code with pylint
run: |
pylint --rcfile=.pylintrc $(git ls-files '*.py')

0 comments on commit d479ee9

Please sign in to comment.