Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkoehler committed Feb 15, 2024
1 parent e730557 commit 603562a
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 @@ -23,12 +23,12 @@ jobs:
tests:
name:
${{ matrix.os }} - Python ${{ matrix.python }} - ${{ matrix.task.name }}
runs-on: ${{ matrix.os }}
runs-on: [ubuntu-latest]
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest]
python: ["3.12"]
task:
- name: Test
Expand Down

0 comments on commit 603562a

Please sign in to comment.