Skip to content

Commit

Permalink
Make nix test running --impure
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed Oct 23, 2024
1 parent 8525059 commit 2f91dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-with-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: "nix profile install --accept-flake-config nixpkgs#cachix"
- name: Test pytket-cutensornet
run: nix run .#tests --accept-flake-config
# impure is necessary due to nixgl usage (system-dependent cuda)
run: nix run .#tests --impure --accept-flake-config

0 comments on commit 2f91dff

Please sign in to comment.