Skip to content

Commit 0bab551

Browse files
committed
job dependencies
1 parent 909aa50 commit 0bab551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
test:
2424
runs-on: "ubuntu-22.04"
25+
needs: generate-wrapper
2526
defaults:
2627
run:
2728
working-directory: ./python-wrapper
@@ -37,6 +38,7 @@ jobs:
3738
run: pytest
3839
package:
3940
runs-on: "ubuntu-22.04"
41+
needs: test
4042
defaults:
4143
run:
4244
working-directory: ./python-wrapper

0 commit comments

Comments
 (0)