Skip to content

Commit 9d4ed27

Browse files
committed
test
1 parent 2c5b540 commit 9d4ed27

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

44
name: Lint
5-
on:
6-
push:
7-
branches: [main]
8-
pull_request:
9-
branches: [main]
5+
on: [push, pull_request]
106
permissions:
117
contents: read
128
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
uv build
3838
- name: Install
3939
run: |
40-
uv venv
41-
uv sync
40+
uv sync --frozen
4241
uv pip install .
4342
- name: Shell tests
4443
run: |

0 commit comments

Comments
 (0)