Skip to content

Commit

Permalink
Finalize twice daily dependency verification job
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Oct 5, 2024
1 parent 32e3ccc commit a3aeb9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-python-uv/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ runs:
enable-cache: true
cache-dependency-glob: "uv.lock"
- run: |
uv sync --inexact --frozen --all-extras --dev
uv sync --frozen --all-extras --dev
echo "$(pwd)/.venv/bin" >> $GITHUB_PATH
shell: bash
3 changes: 2 additions & 1 deletion .github/workflows/daily_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-python-uv
- run: pytest . && exit 1
- run: uv sync --refresh --all-extras --dev --upgrade
- run: pytest .

notify-on-failure:
name: Notify on failure
Expand Down

0 comments on commit a3aeb9f

Please sign in to comment.