StackStorm / st2ci

New and improved continuous integration actions and workflows
Apache License 2.0
3 stars 9 forks source link

Use the --u16-add-insecure-py3-ppa flag #197

Closed blag closed 3 years ago

blag commented 3 years ago

This tiny PR simply updates the task that runs the ST2 bootstrap script to pass the --u16-add-insecure-py3-ppa flag. It does this during all OSes, since the OS detection logic is later in the workflow. The install script is smart enough to ignore unrecognized flags.

Closes #194.