Skip to content

Commit

Permalink
Attempt to fix CI failures related to PyYAML.
Browse files Browse the repository at this point in the history
Due to a build incompatibility between PyYAML and Cython 3.0.0, builds
of PyYAML from source to satisfy a dependency will fail without a
workaround introduced in PyYAML 6.0.1.  Therefore, we should insist on
installing at least that version.

Fixes #867.

Signed-off-by: Jeff Licquia <[email protected]>
  • Loading branch information
Jeff Licquia authored and licquia committed Apr 5, 2024
1 parent 8f171e5 commit 9039f27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ json-schema-for-humans==0.47
mkdocs-pdf-export-plugin==0.5.10
mike==1.1.2
shacl2code==0.0.9
PyYAML>=6.0.1

0 comments on commit 9039f27

Please sign in to comment.