Skip to content

Commit

Permalink
CI: Just run tox directly for miscellaneous checks
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 6, 2023
1 parent 4de4db4 commit 1f697e1
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,11 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: 3
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install tox
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions
- name: Run tox
run: tox
env:
CHECK: ${{ matrix.check }}
- name: Run check
run: pipx run -e ${{ matrix.check }}

0 comments on commit 1f697e1

Please sign in to comment.