diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 323b61b..a8c211c 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -42,12 +42,12 @@ jobs: python-version: ${{ matrix.python-version }} channels: conda-forge,bioconda environment-file: environment.yml - - name: "Install pytest" - shell: bash -l {0} - run: | - python -m pip install --upgrade pip - pip install setuptools wheel build pytest - - name: "Test with pytest" - shell: bash -l {0} - run: | - pytest -s + # - name: "Install pytest" + # shell: bash -l {0} + # run: | + # python -m pip install --upgrade pip + # pip install setuptools wheel build pytest + # - name: "Test with pytest" + # shell: bash -l {0} + # run: | + # pytest -s diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ab0d142..55f9272 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -41,16 +41,16 @@ jobs: python-version: ${{ matrix.python-version }} channels: conda-forge,bioconda environment-file: environment.yml - - name: "Install pytest" + - name: "Install dependencies" shell: bash -l {0} run: | python -m pip install --upgrade pip pip install setuptools wheel build pytest pip install twine - - name: "Test with pytest" - shell: bash -l {0} - run: | - pytest -s + # - name: "Test with pytest" + # shell: bash -l {0} + # run: | + # pytest -s - name: Build package shell: bash -l {0} run: | diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index e69de29..0000000