Skip to content

Commit

Permalink
Dont use deprecated command for installing the project
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgy8 committed Jan 13, 2025
1 parent 809f136 commit cf6871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install -U pip setuptools wheel
- run: python setup.py install
- run: python -m pip install .
- run: python -m pip install pytest pytest-cov pytest-django
- run: python -m pip install django~=${{ matrix.django-version }}.0
- run: python -m pytest

0 comments on commit cf6871b

Please sign in to comment.