Skip to content

Commit

Permalink
Use UV_FROZEN in CI (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
pederhan authored Nov 19, 2024
1 parent 77b7318 commit 082ace6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
concurrency:
group: build-zabbix-cli-${{ github.head_ref }}

env:
UV_FROZEN: 1

jobs:
build_pypi:
name: Build wheels and source distribution
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:
concurrency:
group: docs-deploy

env:
UV_FROZEN: 1

jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

pull_request:


env:
UV_FROZEN: 1

name: CI
jobs:
test:
Expand Down

0 comments on commit 082ace6

Please sign in to comment.