Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Rename the pytest CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
amarburg committed Aug 13, 2024
1 parent 9e34cd7 commit 3eee266
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Implementation
name: Pytest

on:
push:
Expand All @@ -7,15 +7,12 @@ on:
pull_request:
workflow_dispatch:

env:
CLANG_TIDY: true

jobs:
test-implementation:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.10']
python-version: ['3.10', '3.11']
os: [ubuntu-latest]

steps:
Expand Down

0 comments on commit 3eee266

Please sign in to comment.