Skip to content

Commit a6db838

Browse files
authored
Merge pull request #105 from ArcInstitute/dev
skip remote tests
2 parents 4e4bcc4 + 75fa5bf commit a6db838

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.github/workflows/python-package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/python-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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: |

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)