Skip to content

Commit 2ad2c73

Browse files
committed
Py: Fix splashsurf path in CI
1 parent 24be122 commit 2ad2c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
path: dist/
427427
- run: pip install dist/${{ needs.build_wheel_dev.outputs.filename }}
428428
- name: Install splashsurf CLI
429-
run: cargo install splashsurf
429+
run: cargo install splashsurf --path ./splashsurf
430430
- name: Run pytest
431431
uses: pavelzw/pytest-action@v2
432432
with:

0 commit comments

Comments
 (0)