We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7278e commit 7eab2d1Copy full SHA for 7eab2d1
.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
73
run: |
74
pixi run -e ${{ matrix.environment }} cargo llvm-cov clean --workspace
75
echo "$(pixi run -e ${{ matrix.environment }} cargo llvm-cov show-env | tr -d "'")" >> $GITHUB_ENV
76
+ shell: bash
77
- name: Install repository
78
run: pixi run -e ${{ matrix.environment }} postinstall
79
- name: Run pytest
0 commit comments