Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jan 7, 2025
2 parents 5551058 + ce87ac5 commit 3f3e1c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
max-parallel: 5
matrix:
os-version: ["ubuntu-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11"] # "3.12" "3.13"

steps:
- uses: actions/checkout@v3
Expand All @@ -35,11 +35,10 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: "Install miniconda"
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
auto-update-conda: true
mamba-version: "*"
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda
environment-file: environment.yml
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 5
matrix:
os-version: ["ubuntu-latest"]
python-version: ["3.12"] # ["3.9", "3.10", "3.11", "3.12"]
python-version: ["3.11"] # "3.9", "3.10", "3.11", "3.12", "3.13"

steps:
- uses: actions/checkout@v3
Expand All @@ -34,11 +34,10 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: "Install miniconda"
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
miniconda-version: "latest"
auto-update-conda: true
mamba-version: "*"
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda
environment-file: environment.yml
Expand Down
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ dependencies:
- anndata
- scipy
- scar
- scikit-learn==1.2.2
- matplotlib
- ipykernel
- mscorefonts
Expand All @@ -21,4 +22,4 @@ dependencies:
- adpbulk
- pydeseq2
- adjustText
- watermark
- watermark

0 comments on commit 3f3e1c7

Please # to comment.