Skip to content

Commit ef2be64

Browse files
committed
Use setup-python in ci
1 parent dd46c23 commit ef2be64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ jobs:
9090
path: ambuild
9191

9292
- name: Install AMBuild
93+
uses: actions/checkout@v6
94+
uses: actions/setup-python@v6
95+
with:
96+
python-version: '3.10'
9397
run: |
9498
cd ambuild && pip install . && cd ..
9599

0 commit comments

Comments
 (0)