Skip to content

Commit

Permalink
ci: use src for template
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 26, 2023
1 parent 8178579 commit 9d0f570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: initialize flake from poetry2nix template
working-directory: ${{ env.TESTDIR }}
run: nix flake init --template poetry2nix
run: nix flake init --template "$GITHUB_WORKSPACE"

- name: generate pyproject.toml
working-directory: ${{ env.TESTDIR }}
Expand Down

0 comments on commit 9d0f570

Please sign in to comment.