Skip to content

Commit e716658

Browse files
committed
Attempt to correct ci ambuild installation x2
1 parent ef2be64 commit e716658

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,8 @@ 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'
9793
run: |
98-
cd ambuild && pip install . && cd ..
94+
cd ambuild && python -m pip install . && cd ..
9995
10096
- name: Install Clang 16
10197
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)