Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
serhii73 committed Oct 23, 2024
1 parent f22b610 commit cfc2fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install language-pack-fr
run: sudo apt-get update && sudo apt-get install language-pack-fr
run: sudo apt-get update && sudo apt-get install -y language-pack-fr build-essential
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run tests
run: tox -e ${{ matrix.env.TOXENV }}
- name: Upload coverage.xml to codecov
if: ${{ matrix.python-version == '3.9' && matrix.env.TOXENV == 'latest' }}
if: ${{ matrix.env.python-version == '3.9' && matrix.env.TOXENV == 'latest' }}
uses: codecov/codecov-action@v3

pre-commit:
Expand Down

0 comments on commit cfc2fe3

Please sign in to comment.