Skip to content

Commit

Permalink
fix pip install command syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
omonbek22 committed Oct 30, 2023
1 parent 7ecbd65 commit a8ad85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip|${{ matrix.python }}|${{ matrix.django }}
- run: pip install PLY
- run: pip install Django==${{ matrix.django }}
- run: pip install Django${{ matrix.django }}
- run: pip install -e .
- run: python test_project/manage.py test core.tests

Expand Down

0 comments on commit a8ad85b

Please sign in to comment.