Skip to content

Commit 2086f5b

Browse files
committed
trigger workflow
1 parent 4746213 commit 2086f5b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/cron-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ matrix.os == 'macos-latest' }}
180180
env:
181181
PCAPKIT_VERSION: ${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
182-
PCAPKIT_BUILD: "0"
182+
PCAPKIT_BUILD: ${{ needs.conda-update.outputs.PCAPKIT_BUILD }}
183183
with:
184184
meta_yaml_dir: conda/pypcapkit
185185
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`
@@ -193,7 +193,7 @@ jobs:
193193
if: ${{ matrix.os == 'ubuntu-latest' }}
194194
env:
195195
PCAPKIT_VERSION: ${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
196-
PCAPKIT_BUILD: "0"
196+
PCAPKIT_BUILD: ${{ needs.conda-update.outputs.PCAPKIT_BUILD }}
197197
with:
198198
meta_yaml_dir: conda/pypcapkit
199199
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`
@@ -207,7 +207,7 @@ jobs:
207207
if: ${{ matrix.os == 'windows-latest' }}
208208
env:
209209
PCAPKIT_VERSION: ${{ needs.conda-update.outputs.PCAPKIT_VERSION }}
210-
PCAPKIT_BUILD: "0"
210+
PCAPKIT_BUILD: ${{ needs.conda-update.outputs.PCAPKIT_BUILD }}
211211
with:
212212
meta_yaml_dir: conda/pypcapkit
213213
python-version: ${{ matrix.python-version }} # Values previously defined in `matrix`

conda/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ aenum==3.1.12
22
appdirs==1.4.4
33
beautifulsoup4==4.12.2
44
certifi==2023.5.7
5+
6+
57
chardet==5.1.0
68
charset-normalizer==3.1.0
79
dictdumper==0.8.4.post2

0 commit comments

Comments
 (0)