Skip to content

Commit

Permalink
add deepdiff to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Aug 4, 2024
1 parent 53d94e7 commit b0b592d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
echo "Testing $(.lake/build/bin/sand version)"
python -m pip install --upgrade pip
pip install pytest
pip install deepdiff
pytest test_daemon.py
- name: Create release archive
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
buildInputs = [
(pkgs.python3.withPackages (python-pkgs: [
python-pkgs.pytest
python-pkgs.deepdiff
]))
];
};
Expand Down

0 comments on commit b0b592d

Please sign in to comment.