Skip to content

Commit

Permalink
Updated to latest python 3.11 version in CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Keeble committed Nov 14, 2023
1 parent c6457b3 commit e3c16ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.5
python-version: 3.11.6
cache: pip

- name: Install Python dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.5
python-version: 3.11.6
cache: pip

- name: Configure AWS credentials
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11.5
python-version: 3.11.6
cache: pip

- name: Install Python dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
container:
image: python:3.11.5
image: python:3.11.6
defaults:
run:
working-directory: ./app
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.11.5
python-version: 3.11.6
# cache: pip # Unable to use caching, https://github.com/actions/setup-python/issues/719

- name: Set user-site-path
Expand Down

0 comments on commit e3c16ea

Please sign in to comment.