Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Aug 31, 2023
1 parent 9cd8285 commit a23fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: python -m pip install pytest-github-actions-annotate-failures

- name: Install requirements
run: pip install -r "stubs/python-${{ matrix.python }}/requirements.txt"
run: pip install -r "./tests/stubs/python-${{ matrix.python }}/requirements.txt"

- name: Install pybind11-stubgen
run: pip install .
Expand Down

0 comments on commit a23fd4d

Please sign in to comment.