Skip to content

Commit da635ca

Browse files
committed
CI: fix pixi syntax
1 parent b75a569 commit da635ca

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
@@ -70,7 +70,7 @@ jobs:
7070
run: python -m pip install .[test]
7171

7272
- name: Test package
73-
run: pixi run test-ci -e dev
73+
run: pixi run -e test test-ci
7474

7575
- name: Upload coverage report
7676
uses: codecov/codecov-action@v4.5.0

0 commit comments

Comments
 (0)