Skip to content

Commit e1749e8

Browse files
Add fix for building pyyaml in pre-commit hook workflow
1 parent 8b5ea66 commit e1749e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pre-commit-hook-run.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: |
2424
python3 -m venv venv
2525
source venv/bin/activate
26+
pip install "cython<3.0.0" wheel
27+
pip install "PyYAML==5.4.1" --no-build-isolation
2628
make dev-install && rm -rf src
2729
- name: Make a dummy change to README.md
2830
run: |

0 commit comments

Comments
 (0)