Skip to content

Commit bc4a9c5

Browse files
committed
chore: update .gitignore and remove cache from test workflow
1 parent c27bc2c commit bc4a9c5

File tree

3 files changed

+1
-2394
lines changed

3 files changed

+1
-2394
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
environments: dev
2727
pixi-version: v0.42.1
28-
cache: true
2928

3029
- name: Ruff Format
3130
if: always()
@@ -54,7 +53,6 @@ jobs:
5453
with:
5554
environments: dev
5655
pixi-version: v0.42.1
57-
cache: true
5856

5957
- name: Run tests
6058
run: pixi run --environment dev test --show-capture=all -s -vv

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ poetry.lock
163163
# pixi environments
164164
.pixi
165165
*.egg-info
166+
pixi.lock

0 commit comments

Comments
 (0)