File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ jobs:
4242 python-version : ${{ matrix.python-version }}
4343 channels : conda-forge,bioconda
4444 environment-file : environment.yml
45- - name : " Install pytest"
46- shell : bash -l {0}
47- run : |
48- python -m pip install --upgrade pip
49- pip install setuptools wheel build pytest
45+ # - name: "Install pytest"
46+ # shell: bash -l {0}
47+ # run: |
48+ # python -m pip install --upgrade pip
49+ # pip install setuptools wheel build pytest
5050 # - name: "Test with pytest"
5151 # shell: bash -l {0}
5252 # run: |
Original file line number Diff line number Diff line change 4141 python-version : ${{ matrix.python-version }}
4242 channels : conda-forge,bioconda
4343 environment-file : environment.yml
44- - name : " Install pytest "
44+ - name : " Install dependencies "
4545 shell : bash -l {0}
4646 run : |
4747 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments