Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed Aug 11, 2023
1 parent d724bdd commit 2cc0d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tests:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-22.04
timeout-minutes: 5
# timeout-minutes: 5
strategy:
matrix:
python-version: ["3.8", "3.11", "3.12-dev"]
Expand Down Expand Up @@ -71,6 +71,7 @@ jobs:

- name: Run linters
run: hatch run lint:all
timeout-minutes: 5
if: matrix.python-version == '3.11'

- name: Run tests
Expand Down

0 comments on commit 2cc0d14

Please sign in to comment.