Skip to content

Commit 7eab2d1

Browse files
committed
Fix?
1 parent db7278e commit 7eab2d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
run: |
7474
pixi run -e ${{ matrix.environment }} cargo llvm-cov clean --workspace
7575
echo "$(pixi run -e ${{ matrix.environment }} cargo llvm-cov show-env | tr -d "'")" >> $GITHUB_ENV
76+
shell: bash
7677
- name: Install repository
7778
run: pixi run -e ${{ matrix.environment }} postinstall
7879
- name: Run pytest

0 commit comments

Comments
 (0)