Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Nov 24, 2024
1 parent b1fa2bb commit 1113175
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
os: [ubuntu-24.04, macos-latest]
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/timeout
id: timeout
- uses: maxime-desroches/timeout@master
- name: install uv and dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
Expand All @@ -30,18 +29,13 @@ jobs:
uv pip install -e .[testing,docs] setuptools
- run: uv run scons -j8
- run: uv run pytest .
- uses: ./.github/workflows/timeout
with:
start_time: ${{ steps.timeout.outputs.start_time }}
duration: 60

static-analysis:
name: static analysis
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/timeout
id: timeout
- uses: maxime-desroches/timeout@master
- run: sudo apt install --no-install-recommends -y cppcheck
- name: setup python
run: |
Expand All @@ -56,7 +50,3 @@ jobs:
restore-keys: |
${{ runner.os }}-pre-commit-
- run: uv run pre-commit run --all
- uses: ./.github/workflows/timeout
with:
start_time: ${{ steps.timeout.outputs.start_time }}
duration: 60

0 comments on commit 1113175

Please sign in to comment.