Skip to content

Commit

Permalink
adding pygraphviz for python-3.9 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrizzFTD committed Jan 5, 2024
1 parent 7186071 commit b15cf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.9", "3.10"]
include:
- python-version: "3.9"
install-arguments: ". PySide2 usd-core==22.5 PyOpenGL"
install-arguments: ". PySide2 usd-core==22.5 PyOpenGL pygraphviz"
- python-version: "3.10"
install-arguments: ".[full]"
steps:
Expand Down

0 comments on commit b15cf81

Please sign in to comment.