File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
141415- with :
16- fetch-depth : 0
1715 - uses : actions/setup-python@v6
1816 -
uses :
pre-commit/[email protected] 1917
@@ -27,20 +25,16 @@ jobs:
2725 -
uses :
prefix-dev/[email protected] 2826 with :
2927 environments : ${{ matrix.environment }}
30- # frozen: true # This seems hacky?
28+ frozen : true # This seems hacky?
3129
32- - name : Clean workspace
30+ - name : Clean git workspace
3331 run : |
3432 git clean -fdx
3533 git reset --hard HEAD
3634
37- - name : Update lockfile
38- run : |
39- pixi lock
40-
4135 - name : Run tests and generate coverage report
4236 run : |
43- pixi run -e ${{ matrix.environment }} test-cov
37+ pixi clean && pixi run -e ${{ matrix.environment }} test-cov
4438
4539 - name : Upload code coverage
4640 uses : codecov/codecov-action@v5
You can’t perform that action at this time.
0 commit comments