From c7add0737ebade0b368359c72bc3f65c89d966a0 Mon Sep 17 00:00:00 2001 From: Pim van Helvoirt Date: Wed, 29 May 2024 10:07:22 +0200 Subject: [PATCH] ci: use different target --- .github/workflows/test.yaml | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 993f4fb..527dbbd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,6 @@ jobs: - name: test run: | - nix develop --ignore-environment --keep PIPY_API_TOKEN --command ./scripts/publish.sh + nix develop .#poetry --ignore-environment --keep PIPY_API_TOKEN --command ./scripts/publish.sh env: PIPY_API_TOKEN: ${{ secrets.PIPY_API_TOKEN }} diff --git a/flake.nix b/flake.nix index da4f605..5806929 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ python311Packages.aiohttp ]; - shellHook = lib.readFile; + shellHook = lib.readFile scripts/publish.sh; }); default = pkgs.mkShell ({