testing dev shell for python pytest
This commit is contained in:
@@ -16,4 +16,4 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run tests
|
||||
run: pytest tests
|
||||
run: nix develop .#devShells.x86_64-linux.default -c pytest tests
|
||||
|
||||
@@ -59,6 +59,7 @@
|
||||
system:
|
||||
import nixpkgs {
|
||||
inherit system;
|
||||
overlays = builtins.attrValues outputs.overlays;
|
||||
config.allowUnfree = true;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user