mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
github.builds: Only pull in nix-build-uncached in nix-shell invocation for builds
This commit is contained in:
parent
e622945c72
commit
efe5cbb217
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -64,4 +64,4 @@ jobs:
|
|||
with:
|
||||
name: poetry2nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- run: nix-shell --run 'nix-build-uncached -build-flags "-L" --keep-going --show-trace tests/default.nix -A ${{ matrix.attr }}'
|
||||
- run: nix-shell --arg packages 'pkgs: [ pkgs.nix-build-uncached ]' --run 'nix-build-uncached -build-flags "-L" --keep-going --show-trace tests/default.nix -A ${{ matrix.attr }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue