Skip to content

Commit

Permalink
now testing benGRN
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 11, 2024
1 parent ffd1909 commit 2bb0e5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
run: make test
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
#
#tests_mac:
# needs: linter
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ show: ## Show the current environment.
install: ## Install the project in dev mode.
@if [ "$(USING_POETRY)" ]; then poetry install && exit; fi
@echo "Don't forget to run 'make virtualenv' if you got errors."
$(ENV_PREFIX)pip install -e .[dev]
$(ENV_PREFIX)pip install -e '.[dev]'

.PHONY: fmt
fmt: ## Format code using black & isort.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bengrn"
version = "1.0.1"
version = "1.0.2"
description = "benchmarking gene regulatory networks"
authors = ["jkobject"]
readme = "README.md"
Expand Down

0 comments on commit 2bb0e5d

Please sign in to comment.