Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 21, 2024
1 parent 386b1ca commit 9ae6eba
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ concurrency:
group: ${{ github.ref }}-${{ github.workflow }}-${{ github.event_name }}-${{ github.ref == format('refs/heads/{0}', github.event.repository.default_branch) && github.sha || '' }}
cancel-in-progress: true
jobs:
# Run unit tests
py3:
name: "py-${{ matrix.python-version }}, ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -38,14 +39,14 @@ jobs:
run: |
make test
# # Run linters
# linters:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# - name: 'Run linters'
# run: |
# python3 -m pip install --upgrade black ruff rstcheck toml-sort sphinx-rtd-theme
# python3 -m pip freeze
# make lint-all
# Run linters
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: 'Run linters'
run: |
python3 -m pip install --upgrade black ruff rstcheck toml-sort sphinx-rtd-theme
python3 -m pip freeze
make lint-all

0 comments on commit 9ae6eba

Please sign in to comment.