Skip to content

Commit

Permalink
Refactored to put processing in function cytomining#304
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer committed Jul 6, 2023
1 parent 15410cf commit 15cd43d
Show file tree
Hide file tree
Showing 7 changed files with 183 additions and 208 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /usr/bin/env bash
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry config virtualenvs.in-project true --local
poetry install --all-extras
poetry run pre-commit install --install-hooks
79 changes: 37 additions & 42 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15cd43d

Please sign in to comment.