Skip to content

Commit f997726

Browse files
authored
Update PseudoScope installation channel in CI workflow
1 parent 7035688 commit f997726

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727
auto-update-conda: true
2828
python-version: ${{ matrix.python-version }}
2929

30-
- name: Install PseudoScope from bbeckley-hub channel
30+
- name: Install PseudoScope from bioconda channel
3131
shell: bash -l {0}
3232
run: |
3333
conda config --add channels conda-forge
3434
conda config --add channels bioconda
35-
conda config --add channels bbeckley-hub
36-
conda create -n pseudoscope -c bbeckley-hub -c conda-forge -c bioconda pseudoscope python=${{ matrix.python-version }} -y
35+
conda create -n pseudoscope -c conda-forge -c bioconda pseudoscope python=${{ matrix.python-version }} -y
3736
conda activate pseudoscope
3837
3938
- name: Test PseudoScope help

0 commit comments

Comments
 (0)