Skip to content

Commit 343eceb

Browse files
committed
fix CI runs
1 parent 2137046 commit 343eceb

File tree

3 files changed

+25
-49
lines changed

3 files changed

+25
-49
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
timeout-minutes: 60
7676
- name: Run Static Analysis
7777
run: |
78-
uv run --all-extras pytest --cov-append ./tests/verify_environment.py
78+
just test ./tests/verify_environment.py
7979
just check-lint
8080
just check-format
8181
just check-types

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ _lock-python:
6464
# lock to specific python and versions of given dependencies
6565
test-lock +PACKAGES: _lock-python
6666
uv add --prerelease=allow {{ PACKAGES }}
67+
uv lock # in CI environments uv will not regenerate lock files
6768

6869
# run static type checking
6970
check-types:

uv.lock

Lines changed: 23 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)