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 54487f6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 69 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ 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
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install tox tox-gh-actions
- uses: actions/checkout@v4

Expand All @@ -41,17 +47,9 @@ 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

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Run tests
run: tox
env:
Expand Down
Loading

0 comments on commit 54487f6

Please sign in to comment.