Skip to content

Commit

Permalink
set python 3.12 for molecule tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acteru committed Nov 16, 2023
1 parent 8aa6b45 commit bd97401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.12'

- name: Install dependencies.
run: pip3 install yamllint ansible-lint ansible "molecule[lint,docker]"
Expand Down

0 comments on commit bd97401

Please sign in to comment.