Skip to content

Commit 87dec8f

Browse files
chore: fix win test call
1 parent 77992d8 commit 87dec8f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,7 @@ jobs:
110110
- name: Run Tests for Windows (os='Windows')
111111
if: runner.os == 'Windows'
112112
run: |
113-
pixi run --environment ${{matrix.env}} test-simple \
114-
--splits 10 \
115-
--group ${{ matrix.test_group }} \
116-
--splitting-algorithm=least_duration
113+
pixi run --environment ${{matrix.env}} test-simple --splits 10 --group ${{ matrix.test_group }} --splitting-algorithm=least_duration
117114
118115
- name: Run Report Generation Tests (os='Linux')
119116
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)