Skip to content

Commit

Permalink
add djangocms 4.1 support. try to fix workflow issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
FreemanPancake committed May 28, 2024
1 parent 5415e69 commit aec4ca7
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 @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
python setup.py install
pip install -r tests/requirements/${{matrix.requirements-file}}.txt
pip install -r tests/requirements/${{matrix.requirements-file}}
sudo apt-get install gettext
python -m pip install --upgrade pip setuptools tox>4
- name: Test with tox
Expand Down

0 comments on commit aec4ca7

Please sign in to comment.