Skip to content

Commit 9f32072

Browse files
Update ci.yml
1 parent 7ddfb1f commit 9f32072

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,13 @@ jobs:
66
ok:
77
runs-on: ubuntu-latest
88
steps:
9-
- run: echo hello
9+
- uses: actions/checkout@v4
10+
- uses: actions/setup-python@v5
11+
with:
12+
python-version: "3.11"
13+
- name: Python sanity
14+
run: |
15+
python -V
16+
python - <<'PY'
17+
print("python works")
18+
PY

0 commit comments

Comments
 (0)