Skip to content

Commit

Permalink
add dependency to nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Mar 3, 2024
1 parent 061cd63 commit d260461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nanobind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
- name: Update CMake
uses: jwlawson/[email protected]

- name: Install pytest
run: python -m pip install pytest
- name: Install dependencies
run: python -m pip install pytest typing-extensions

- name: Setup annotations on Linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit d260461

Please sign in to comment.