Skip to content

Commit

Permalink
CI: run the checks with fedora-python's tox action
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Oct 14, 2022
1 parent 81861d6 commit 9a94dcf
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yml
Expand Up @@ -13,15 +13,12 @@ name: Tests
jobs:
misc_tests:
name: Misc tests
container:
image: fedorapython/fedora-python-tox
options: --user 1001:1001
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
# git config --global --add safe.directory $(pwd)
tox -e ${{ matrix.tox_env }}
uses: fedora-python/tox-github-action@master
with:
tox_env: ${{ matrix.tox_env }}
strategy:
matrix:
tox_env:
Expand Down

0 comments on commit 9a94dcf

Please sign in to comment.