Skip to content

Commit

Permalink
Fix CI (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd authored Oct 14, 2024
1 parent be86c47 commit d2b6b78
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/action@v3.0.0

clang-tidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install nanobind
run: python -m pip install nanobind
- name: Build project
Expand Down

0 comments on commit d2b6b78

Please sign in to comment.