Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pfouque committed Apr 29, 2024
1 parent 4f2a976 commit cce9d30
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 64 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:

steps:
- name: Install gettext
# https://github.com/translate/translate/blob/master/.github/workflows/test.yml#L52C33-L52C76
run: |
sudo apt-get update && sudo apt-get install -y gettext
sudo apt-get update && sudo apt-get install -y libgettextpo-dev libxml2-dev libxmlsec1-dev gettext
- uses: actions/checkout@v4

Expand All @@ -41,9 +42,6 @@ jobs:
- name: Install requirements
run: poetry install

# - name: Install django ${{ matrix.django-version }}
# run: poetry add "django@~=${{ matrix.django-version }}"

- name: Django check
run: poetry run python manage.py check

Expand Down
Loading

0 comments on commit cce9d30

Please sign in to comment.