Skip to content

Commit 222366a

Browse files
Update CI a bit - might fix pixi issues?
1 parent 4502c94 commit 222366a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/[email protected]
15+
with:
16+
fetch-depth: 0
1517
- uses: actions/setup-python@v6
1618
- uses: pre-commit/[email protected]
1719

@@ -27,14 +29,15 @@ jobs:
2729
environments: ${{ matrix.environment }}
2830
frozen: true # This seems hacky?
2931

30-
- name: Clean git workspace
32+
- name: Clean workspace
3133
run: |
3234
git clean -fdx
3335
git reset --hard HEAD
36+
pixi clean --all
3437
3538
- name: Run tests and generate coverage report
3639
run: |
37-
pixi clean && pixi run -e ${{ matrix.environment }} test-cov
40+
pixi run -e ${{ matrix.environment }} test-cov
3841
3942
- name: Upload code coverage
4043
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)