mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fix: use current flake for template test
This commit is contained in:
parent
22b31f0c29
commit
cfc8686dbf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -70,6 +70,10 @@ jobs:
|
|||
working-directory: ${{ env.TESTDIR }}
|
||||
run: nix flake init --template "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: force flake to our poetry2nix version
|
||||
working-directory: ${{ env.TESTDIR }}
|
||||
run: nix flake lock --override-input poetry2nix "$GITHUB_WORKSPACE"
|
||||
|
||||
- name: generate pyproject.toml
|
||||
working-directory: ${{ env.TESTDIR }}
|
||||
run: nix develop -c poetry init --name=poetry2nix-template-test --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue