Skip to content

Commit

Permalink
oh that's already done in pypi job
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Aug 22, 2024
1 parent 59ec083 commit e49d7dc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,6 @@ jobs:
run: |
LOCAL_IRODS=0 NETWORK=0 pytest -v tests/biomaj_tests.py
pkg_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Check that the package build works
run: |
pip install -U pip setuptools build
python -m build --sdist --wheel --outdir dist/ .
pypi:
runs-on: ubuntu-latest
needs: [lint, test, pkg_build]
Expand Down

0 comments on commit e49d7dc

Please sign in to comment.