Skip to content

Commit

Permalink
fix: update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Yu committed Mar 20, 2024
1 parent bc504b2 commit d0b5bcd
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:
- name: Install dependencies
run: |
python setup.py install
pip install -r tests/requirements/dj{{matrix.django}}_cms{{matrix.cms}}.txt
pip install -r tests/requirements/dj${{matrix.django}}_cms${{matrix.cms}}.txt
sudo apt-get install gettext
python -m pip install --upgrade pip setuptools tox>4
- name: Test with tox
Expand Down

0 comments on commit d0b5bcd

Please sign in to comment.