Skip to content

Commit

Permalink
Pin python version to 3.11 for CI/CD
Browse files Browse the repository at this point in the history
Python 3.12 doesn't install setuptools by default anymore, required by
emskaffolden 0.2.1 via __main__.py by pkg_resources usage.
  • Loading branch information
jlaunonen committed Apr 6, 2024
1 parent 4915a85 commit 1e299d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- uses: pairity/setup-cd-tools@30acb848f9ff747aff4810dac40c5cc0971f485d
with:
skaffold: '1.20.0'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- uses: pairity/setup-cd-tools@30acb848f9ff747aff4810dac40c5cc0971f485d
with:
kubectl: '1.20.4'
Expand All @@ -84,7 +84,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.11'
- uses: pairity/setup-cd-tools@30acb848f9ff747aff4810dac40c5cc0971f485d
with:
kubectl: '1.20.4'
Expand Down

0 comments on commit 1e299d3

Please sign in to comment.