Skip to content

Commit

Permalink
adding quotes to django version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanielnd committed Feb 27, 2024
1 parent 3e32f70 commit 69d5e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
pip install -e .
pip install -r requirements_dev.txt
pip install ${{ matrix.django-version }}
pip install '${{ matrix.django-version }}'
- name: Run tests
run: |
make test

0 comments on commit 69d5e8f

Please sign in to comment.