Skip to content

Commit 3b7ab21

Browse files
authored
Merge pull request #49 from xfenix/codex/use-python-3.11-in-pipelines
chore: use python 3.11 in workflow
2 parents 993ec1d + 4ff817c commit 3b7ab21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pages: write
3535
id-token: write
3636
container:
37-
image: pypy:3.11-slim
37+
image: python:3.11-slim
3838
steps:
3939
- uses: actions/checkout@v3
4040
- run: |
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v3
7676
- uses: actions/setup-python@v5
7777
with:
78-
python-version: 'pypy3.11'
78+
python-version: '3.11'
7979
- run: |
8080
pip install uv
8181
uv version $(python -c "import os; print(os.getenv('GITHUB_REF').lstrip('/').replace('refs/tags/v', ''));")
@@ -106,7 +106,7 @@ jobs:
106106
needs: [build-and-publish]
107107
runs-on: ubuntu-latest
108108
container:
109-
image: pypy:3.11-slim
109+
image: python:3.11-slim
110110
steps:
111111
- uses: actions/checkout@v3
112112
- run: |

0 commit comments

Comments
 (0)