Skip to content

Commit 3b4747e

Browse files
fix pixi run command
1 parent ca4f6a6 commit 3b4747e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Run tests
47-
run: pixi run -e pytest
47+
run: pixi run -e dev pytest
4848

4949
deploy:
5050
name: Deploy

0 commit comments

Comments
 (0)