Move build setup to pyproject.toml (#3240)

This commit is contained in:
Raphael Michel
2023-04-25 10:02:52 +02:00
committed by GitHub
parent c0c2782db6
commit 4ef96b7e94
18 changed files with 637 additions and 533 deletions
-2
View File
@@ -38,7 +38,6 @@ jobs:
run: sudo apt update && sudo apt install gettext
- name: Install Dependencies
run: pip3 install -e ".[dev]"
working-directory: ./src
- name: Compile messages
run: python manage.py compilemessages
working-directory: ./src
@@ -64,7 +63,6 @@ jobs:
run: sudo apt update && sudo apt install enchant-2 hunspell hunspell-de-de aspell-en aspell-de
- name: Install Dependencies
run: pip3 install -e ".[dev]"
working-directory: ./src
- name: Spellcheck translations
run: potypo
working-directory: ./src