Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 24, 2024
1 parent 0bbc8b6 commit 0114ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
os: [ubuntu-24.04, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: maxime-desroches/timeout@v1
- uses: commaai/timeout@v1
- name: install uv and dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: maxime-desroches/timeout@v1
- uses: commaai/timeout@v1
- run: sudo apt install --no-install-recommends -y cppcheck
- name: setup python
run: |
Expand Down

0 comments on commit 0114ed8

Please sign in to comment.