Skip to content

Commit

Permalink
update testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
an-altosian committed Jan 1, 2025
1 parent 57d2d05 commit e40b5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -n base python=3.10 -c bioconda -c conda-forge packaging pandas scanpy pytest -y
conda install -n base -c bioconda -c conda-forge python=3.10 packaging pandas scanpy pytest -y
- name: pytest
run: |
Expand Down

0 comments on commit e40b5b6

Please sign in to comment.