@@ -78,27 +78,18 @@ jobs:
78
78
run : python3 leopard_demo_file.py --access_key ${{secrets.PV_VALID_ACCESS_KEY}} --wav_paths ../../resources/audio_samples/test.wav
79
79
80
80
build-subtitle-demo :
81
- runs-on : ${{ matrix.os }}
81
+ runs-on : ${{ matrix.machine }}
82
82
defaults :
83
83
run :
84
84
working-directory : demo/python-subtitle
85
85
86
86
strategy :
87
87
matrix :
88
- os : [ubuntu-latest, windows-latest, macos-latest]
89
- python-version : ['3.10']
88
+ machine : [pv-linux, pv-windows, pv-ios]
90
89
91
90
steps :
92
91
- uses : actions/checkout@v3
93
92
94
- - name : Set up Python ${{ matrix.python-version }}
95
- uses : actions/setup-python@v4
96
- with :
97
- python-version : ${{ matrix.python-version }}
98
-
99
- - name : Pre-build dependencies
100
- run : python -m pip install --upgrade pip
101
-
102
93
# ************ REMOVE AFTER RELEASE ***************
103
94
- name : build local binding
104
95
run : |
@@ -117,27 +108,18 @@ jobs:
117
108
--subtitle_path test.txt
118
109
119
110
build-youtube-demo :
120
- runs-on : ${{ matrix.os }}
111
+ runs-on : ${{ matrix.machine }}
121
112
defaults :
122
113
run :
123
114
working-directory : demo/python-youtube
124
115
125
116
strategy :
126
117
matrix :
127
- os : [ubuntu-latest, windows-latest, macos-latest]
128
- python-version : ['3.10']
118
+ machine : [pv-linux, pv-windows, pv-ios]
129
119
130
120
steps :
131
121
- uses : actions/checkout@v3
132
122
133
- - name : Set up Python ${{ matrix.python-version }}
134
- uses : actions/setup-python@v4
135
- with :
136
- python-version : ${{ matrix.python-version }}
137
-
138
- - name : Pre-build dependencies
139
- run : python -m pip install --upgrade pip
140
-
141
123
# ************ REMOVE AFTER RELEASE ***************
142
124
- name : build local binding
143
125
run : |
0 commit comments