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 7051d9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 64 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- name: Install gettext
run: |
sudo apt-get update && sudo apt-get install -y gettext
sudo apt-get update && sudo apt-get install -y --no-install-recommends gettext
- uses: actions/checkout@v4

Expand All @@ -41,9 +41,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
58 changes: 7 additions & 51 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7051d9b

Please sign in to comment.