Skip to content

Commit

Permalink
Merge branch 'django-crispy-forms:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon authored Feb 2, 2024
2 parents d038b4e + da58ae7 commit 0a41ab6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand All @@ -35,14 +35,16 @@ jobs:
- name: Install dependencies
run: python -m pip install --upgrade codecov tox

- name: Run tox targets for ${{ matrix.python-version }}
- name: Run tox targets for Python ${{ matrix.python-version }}
run: |
ENV_PREFIX=$(tr -C -d "0-9" <<< "${{ matrix.python-version }}")
TOXENV=$(tox --listenvs | grep "^py$ENV_PREFIX" | tr '\n' ',') tox
- name: Run lint
- name: Run linters
if: ${{ matrix.python-version == '3.12' }}
run: |
tox -e lint
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 0a41ab6

Please sign in to comment.