Skip to content

Commit

Permalink
tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
pefremova committed Jun 8, 2024
1 parent 420f3e7 commit 2e6cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e .
python -m pip install Django==${{ matrix.django-version }} coverage
python -m pip install "Django${{ matrix.django-version }}" coverage
python -m pip install tests/requirements.pip
- name: Run Tests
run: |
Expand Down

0 comments on commit 2e6cfcf

Please sign in to comment.