Skip to content

Commit f7e55dd

Browse files
committed
ci(release): use setup-nix action with nix develop
Use the setup-nix composite action for consistent Nix setup across workflows, while still using nix develop for commands to leverage the full devShell environment. - Replace direct install-nix-action with setup-nix composite action - Add skip-uv-sync since nix develop handles dependencies - Keep nix develop --command for build commands
1 parent 893ed42 commit f7e55dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: ${{ steps.release.outputs.release_created }}
2929
uses: ./.github/actions/setup-nix
3030
with:
31-
skip-mock-server: "true"
31+
skip-uv-sync: "true"
3232

3333
- name: Update version in __init__.py
3434
if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)