Skip to content

Commit

Permalink
Unpin test python release (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Oct 30, 2023
1 parent 6a5b244 commit 393fb4b
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- name: Update ubuntu repositories
run: sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.x"

- name: Update ubuntu repositories
run: sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: "3.x"

- name: Update ubuntu repositories
run: sudo apt-get update
Expand Down
Loading

0 comments on commit 393fb4b

Please sign in to comment.