Skip to content

Commit

Permalink
fix: django upgrade 4.2, translations test
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Nawaz authored and Salman Nawaz committed Jul 3, 2023
1 parent 1493d94 commit 6166f3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
"js_tests",
"js_lint",
"rst_validation",
"translations",
"translations-django32",
"translations-django42",
]
steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
quality,
version_check,
pii_check,
translations
translations-django{32, 42}

[testenv]
deps =
Expand Down Expand Up @@ -74,7 +74,9 @@ commands =
[testenv:translations]
whitelist_externals =
make
deps =
deps =
django32: Django>=3.2,<3.3
django42: Django>=4.2,<4.3
-rrequirements/test.txt
commands =
sudo apt-get update
Expand Down

0 comments on commit 6166f3a

Please sign in to comment.