File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ jobs:
179
179
if : ${{ matrix.os == 'macos-latest' }}
180
180
env :
181
181
PCAPKIT_VERSION : ${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
182
- PCAPKIT_BUILD : " 0 "
182
+ PCAPKIT_BUILD : ${{ needs.conda-update.outputs.PCAPKIT_BUILD }}
183
183
with :
184
184
meta_yaml_dir : conda/pypcapkit
185
185
python-version : ${{ matrix.python-version }} # Values previously defined in `matrix`
@@ -193,7 +193,7 @@ jobs:
193
193
if : ${{ matrix.os == 'ubuntu-latest' }}
194
194
env :
195
195
PCAPKIT_VERSION : ${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
196
- PCAPKIT_BUILD : " 0 "
196
+ PCAPKIT_BUILD : ${{ needs.conda-update.outputs.PCAPKIT_BUILD }}
197
197
with :
198
198
meta_yaml_dir : conda/pypcapkit
199
199
python-version : ${{ matrix.python-version }} # Values previously defined in `matrix`
@@ -207,7 +207,7 @@ jobs:
207
207
if : ${{ matrix.os == 'windows-latest' }}
208
208
env :
209
209
PCAPKIT_VERSION : ${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
210
- PCAPKIT_BUILD : " 0 "
210
+ PCAPKIT_BUILD : ${{ needs.conda-update.outputs.PCAPKIT_BUILD }}
211
211
with :
212
212
meta_yaml_dir : conda/pypcapkit
213
213
python-version : ${{ matrix.python-version }} # Values previously defined in `matrix`
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ aenum==3.1.12
2
2
appdirs == 1.4.4
3
3
beautifulsoup4 == 4.12.2
4
4
certifi == 2023.5.7
5
+
6
+
5
7
chardet == 5.1.0
6
8
charset-normalizer == 3.1.0
7
9
dictdumper == 0.8.4.post2
You can’t perform that action at this time.
0 commit comments