Skip to content

Commit

Permalink
ci(main,release): use nix run for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Jan 15, 2025
1 parent e0d34fe commit 353a45c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
authToken: "${{ secrets.CACHIX_AUTH_TOKEN_NIALOV }}"
- name: Build package with poetry
run: |
nix develop -c poetry check
nix develop -c poetry build
nix run .#poetry -- check
nix run .#poetry -- build
- name: Check that version in pyproject.toml is equivalent to tag
if: >
Expand Down

0 comments on commit 353a45c

Please sign in to comment.