Skip to content

Commit

Permalink
use the new nix command in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Dec 7, 2022
1 parent 584d5e5 commit 7e56fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
- name: build
run: NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix-build
run: nix build
- name: Run tests
run: NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz nix-shell --command "py.test -s ."
run: nix develop -c pytest -s .

0 comments on commit 7e56fcd

Please sign in to comment.