Skip to content

Commit bc1e477

Browse files
committed
all-in-one-job
1 parent 0bab551 commit bc1e477

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/pyhton.generate-wrapper.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ jobs:
1919
- name: generate wrapper
2020
run: ./generate_swig_wrapper.sh
2121
shell: bash
22-
23-
test:
24-
runs-on: "ubuntu-22.04"
25-
needs: generate-wrapper
26-
defaults:
27-
run:
28-
working-directory: ./python-wrapper
29-
steps:
3022
- uses: actions/setup-python@v5
3123
with:
3224
python-version: 3.8
@@ -36,13 +28,6 @@ jobs:
3628
run: flake8
3729
- name: unit test
3830
run: pytest
39-
package:
40-
runs-on: "ubuntu-22.04"
41-
needs: test
42-
defaults:
43-
run:
44-
working-directory: ./python-wrapper
45-
steps:
4631
- name: create wheel
4732
run: python3 setup.py bdist_wheel
4833
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)