File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -42,12 +42,12 @@ 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
50- - name : " Test with pytest"
51- shell : bash -l {0}
52- run : |
53- pytest -s
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
50+ # - name: "Test with pytest"
51+ # shell: bash -l {0}
52+ # run: |
53+ # pytest -s
Original file line number Diff line number Diff line change @@ -41,16 +41,16 @@ jobs:
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
4848 pip install setuptools wheel build pytest
4949 pip install twine
50- - name : " Test with pytest"
51- shell : bash -l {0}
52- run : |
53- pytest -s
50+ # - name: "Test with pytest"
51+ # shell: bash -l {0}
52+ # run: |
53+ # pytest -s
5454 - name : Build package
5555 shell : bash -l {0}
5656 run : |
You can’t perform that action at this time.
0 commit comments