Skip to content

Commit

Permalink
WIP: Cleanup GitHub workflows
Browse files Browse the repository at this point in the history
Remove unused, deprecated workflows.
  • Loading branch information
gmloose committed Mar 26, 2024
1 parent 64c1ea3 commit 4c1b09c
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 167 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/extract-wheels.sh

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ on:
jobs:
tests:
runs-on: ubuntu-20.04
# continue-on-error: true
strategy:
matrix:
dist:
# - pep8
# - mypy
# - py2_kern6
# - py3_kern6
- py3_kern7
- py3_casacore_master
# - py3_casacore_v3.3
- py3_casacore_v3.4
steps:
- name: Checkout
Expand All @@ -29,30 +23,3 @@ jobs:
run: docker build . -t ${{ matrix.dist }} -f .github/workflows/${{ matrix.dist }}.docker


# wheels:
# runs-on: ubuntu-20.04
# continue-on-error: true
# strategy:
# matrix:
# dist:
# - py36_binary_wheel
# - py37_binary_wheel
# - py38_binary_wheel
# - py39_binary_wheel
# steps:
# - name: Checkout
# uses: actions/checkout@v2
#
# - name: Build container
# run: docker build . -t ${{ matrix.dist }} -f .github/workflows/${{ matrix.dist }}.docker
#
# - name: Get wheel
# run: |
# mkdir -p bridge
# docker run -v `pwd`/bridge:/bridge ${{ matrix.dist }} sh -c "cp /output/*.whl /bridge/."
#
# - uses: actions/upload-artifact@v2
# name: Publish Linux binary wheels
# with:
# path: bridge/*.whl
#
8 changes: 0 additions & 8 deletions .github/workflows/make_images.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/mypy.docker

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: venv/bin/pytest

- name: make binary wheel
run: venv/bin/python3 setup.py bdist_wheel
run: venv/bin/pip wheel -w dist .

- name: Delocate binary wheel
run: venv/bin/delocate-wheel -v dist/*.whl
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/pep8.docker

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/py2_kern6.docker

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/py310_binary_wheel.docker

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/py311_binary_wheel.docker

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/py37_binary_wheel.docker

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/py38_binary_wheel.docker

This file was deleted.

9 changes: 0 additions & 9 deletions .github/workflows/py39_binary_wheel.docker

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/py3_casacore_v3.3.docker

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/py3_kern6.docker

This file was deleted.

0 comments on commit 4c1b09c

Please sign in to comment.