Skip to content

Commit ba9ff5b

Browse files
committed
Image
1 parent b7532e9 commit ba9ff5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99

1010
runs-on: ubuntu-22.04
1111

12+
container:
13+
image: python:3.12.2-slim-bullseye
14+
1215
steps:
1316
- uses: actions/checkout@v4
1417
- name: Install dependencies
@@ -21,7 +24,7 @@ jobs:
2124
python -m pip install --upgrade pip
2225
pip install -r requirements.txt
2326
make install-dev-tool
24-
python --version
27+
2528
- name: Setup Node.js
2629
uses: actions/setup-node@v3
2730
with:

0 commit comments

Comments
 (0)