Skip to content

Commit

Permalink
🐛 Fix docstring generator (#292)
Browse files Browse the repository at this point in the history
* Update pyfiction-docstring-generator.yml
  • Loading branch information
simon1hofmann authored Sep 22, 2023
1 parent 8cc2f40 commit d9cd6ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyfiction-docstring-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install pybind11_mkdoc and clang
working-directory: ${{ github.workspace }}
run: pip install pybind11_mkdoc clang==14
run: pip install pybind11_mkdoc clang==15.0.7

- name: Create docstrings file
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit d9cd6ef

Please sign in to comment.