Fix for Debian 11 (#76)

* Fix for Debian 11 install
* Pin CentOS version
* Bump Python version
This commit is contained in:
Manu
2021-08-18 18:53:42 +04:00
committed by GitHub
parent 81a3f1106e
commit 10ed2c3f44
3 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.8
- name: Install Molecule
run: |
pip install -U pip setuptools wheel
@@ -18,4 +18,4 @@ jobs:
# - name: Debugging with tmate
# uses: mxschmitt/action-tmate@v3.5
- name: Test using Molecule
run: molecule test
run: molecule test