Skip to content

Commit dd46c23

Browse files
committed
Attempt to correct ci ambuild installation
1 parent ea0fc10 commit dd46c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Install AMBuild
9393
run: |
94-
cd ambuild && python setup.py install && cd ..
94+
cd ambuild && pip install . && cd ..
9595
9696
- name: Install Clang 16
9797
if: matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)