Skip to content

Commit

Permalink
👷 Set UV_FROZEN environment variable in CI and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
grelinfo committed Dec 4, 2024
1 parent 9a9b4a8 commit 5a9f3ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ["main"]

env:
UV_FROZEN: 1

jobs:
lint:
name: Lint
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
publish-docs:
runs-on: ubuntu-latest
needs: [bump-version]
env:
UV_FROZEN: 1
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -91,6 +93,8 @@ jobs:
publish-pypi:
needs: [bump-version]
runs-on: ubuntu-latest
env:
UV_FROZEN: 1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5a9f3ff

Please sign in to comment.