Skip to content

Commit

Permalink
remove cicd step
Browse files Browse the repository at this point in the history
  • Loading branch information
KommuSoft committed Sep 17, 2023
1 parent c7a170f commit 1771aaf
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/django-enforced-choices-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,33 +84,6 @@ jobs:
- run: git diff --ignore-matching-lines='^"POT-Creation-Date:' --exit-code
working-directory: 'testproject'

no-compilemessages:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
steps:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: sudo apt install gettext python3-django
- run: pip install Django
- run: django-admin startproject testproject
- name: checkout code
uses: actions/checkout@v2.3.1
with:
path: 'testproject_temp'
- run: |
shopt -s dotglob
mv testproject_temp/* testproject/
- run: pip install -r requirements.txt
working-directory: 'testproject'
- run: python manage.py compilemessages --settings=docs.source.settings
working-directory: 'testproject'
- run: git diff --exit-code
working-directory: 'testproject'

build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 1771aaf

Please sign in to comment.