Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
now testing scprint
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Aug 11, 2024
1 parent 1ecee2b commit 5ae5231
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -50,8 +50,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 .[test]
$(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 = "scprint"
version = "1.0.12"
version = "1.0.13"
license = "MIT"
description = "scPRINT is a Large Cell Model for Gene Network Inference, Denoising and more from scRNAseq data"
authors = ["jeremie kalfon"]
Expand Down

0 comments on commit 5ae5231

Please sign in to comment.