Skip to content

Commit

Permalink
Ensure GHA jobs are running with Python 3.10 (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes authored Apr 26, 2024
1 parent 333e0b3 commit bb74bf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildpackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v4

- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.10

- name: List Python and PIP versions
run: |
Expand Down Expand Up @@ -146,4 +146,4 @@ jobs:
with:
name: third-party-dependencies
path: /tmp/third-party-dependencies
retention-days: 5
retention-days: 5
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
- uses: actions/cache@v4
with:
path: ~/.cache/pip
Expand Down

0 comments on commit bb74bf3

Please sign in to comment.