StackStorm-Exchange / exchange-incubator

Submit your StackStorm integration and automation packs here.
12 stars 61 forks source link

Fix py3.6 build by pinning the container to Ubuntu 20.04 #180

Closed arm4b closed 1 year ago

arm4b commented 1 year ago

An attempt to fix the CI build (failing on the new pack contribution https://github.com/StackStorm-Exchange/exchange-incubator/pull/179)

Error: Version 3.6.13 with arch x64 not found
The list of all available versions can be found here: https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json

It seems the py 3.6 is not available in the ubuntu-latest GHA container, - pin it to Ubuntu 20.4.

nzlosh commented 1 year ago

minor nit-pick on comment, but otherwise LGTM.