Skip to content

Commit 12c1c63

Browse files
Revert "Update workflow, will that work?"
This reverts commit 54eed2a.
1 parent 54eed2a commit 12c1c63

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/[email protected]
15-
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

0 commit comments

Comments
 (0)