Skip to content

Commit

Permalink
Merge PR #65
Browse files Browse the repository at this point in the history
This patch makes sanity test env provisioning not fail under
Python 3.11.
  • Loading branch information
webknjaz committed Jul 19, 2023
2 parents 4074f37 + bb9e2b5 commit f4523b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@ runs:
;
python -m
pip install
'PyYAML>5,<6'
PyYAML
--disable-pip-version-check
--prefer-binary
--user
;
set +x
Expand Down

0 comments on commit f4523b1

Please sign in to comment.