Skip to content

Commit 3bbdbdd

Browse files
committed
work pls
1 parent 5437808 commit 3bbdbdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
env:
2020
# Configure a constant location for the uv cache
2121
UV_CACHE_DIR: /tmp/.uv-cache
22-
UV_NO_DEV: 1
2322

2423
steps:
2524
- name: Checkout Repository
@@ -49,7 +48,7 @@ jobs:
4948
- name: Install Dependencies
5049
if: steps.cache-uv.outputs.cache-hit != 'true'
5150
run: |
52-
uv sync --frozen --no-default-groups --group dev
51+
uv sync --frozen
5352
5453
- name: Check typing
5554
run: |

0 commit comments

Comments
 (0)