Skip to content

Commit

Permalink
Merge pull request #201 from creativecommons/transifex-push
Browse files Browse the repository at this point in the history
Transifex push (code)
  • Loading branch information
TimidRobot authored Nov 8, 2021
2 parents b1d50aa + 4dfc9bb commit 49bed80
Show file tree
Hide file tree
Showing 6 changed files with 621 additions and 353 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ jobs:
python-version: "3.7"

- name: Install pipenv
# Use pipenv 2021.5.29 to circumvent errors with 2021.11.5.post0 on
# Ubuntu 20.04
# https://github.com/pypa/pipenv/issues/4833
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
python -m pip install pipenv==2021.5.29
- name: Install Python dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ transifex-python = "*"
whitenoise = "*"

[dev-packages]
black = "==21.9b0"
black = "==21.10b0"
coverage = "*"
django-debug-toolbar = "*"
factory-boy = "*"
Expand Down
Loading

0 comments on commit 49bed80

Please sign in to comment.