linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 14 forks source link

ci: fix python 2.7 CI tests by manually installing python2.7 package #116

Closed richm closed 1 year ago

richm commented 1 year ago

We use the setup-python github action. This has dropped support for python 2.7. Instead, just manually install the python2.7 package.

Signed-off-by: Rich Megginson rmeggins@redhat.com