Skip to content

Commit

Permalink
stop running setup.yp (it's deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandernst committed Jul 4, 2024
1 parent 72bf6a9 commit 355b187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python setup.py install
python -m pip install
- name: Run Tests
run: |
python ./example/manage.py test django_walletpass
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install setuptools pylint
python setup.py install
python -m pip install
- name: Analysing the code with pylint
run: |
pylint --rcfile=.pylintrc $(git ls-files '*.py')

0 comments on commit 355b187

Please sign in to comment.