We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7035688 commit f997726Copy full SHA for f997726
1 file changed
.github/workflows/ci.yml
@@ -27,13 +27,12 @@ jobs:
27
auto-update-conda: true
28
python-version: ${{ matrix.python-version }}
29
30
- - name: Install PseudoScope from bbeckley-hub channel
+ - name: Install PseudoScope from bioconda channel
31
shell: bash -l {0}
32
run: |
33
conda config --add channels conda-forge
34
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
+ conda create -n pseudoscope -c conda-forge -c bioconda pseudoscope python=${{ matrix.python-version }} -y
37
conda activate pseudoscope
38
39
- name: Test PseudoScope help
0 commit comments