Skip to content

Commit

Permalink
ci: use different target
Browse files Browse the repository at this point in the history
  • Loading branch information
pimvh committed May 29, 2024
1 parent d017bc7 commit c7add07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
python311Packages.aiohttp
];

shellHook = lib.readFile;
shellHook = lib.readFile scripts/publish.sh;
});

default = pkgs.mkShell ({
Expand Down

0 comments on commit c7add07

Please # to comment.