Skip to content

Commit

Permalink
Pin CI python version to match debian testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Nov 1, 2023
1 parent 9986aa9 commit 0b2164d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/molecule-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: 3.x
# track debian testing version of python (roughly)
python-version: 3.11

- name: Update package metadata
run: sudo apt-get update
Expand Down

0 comments on commit 0b2164d

Please sign in to comment.