Skip to content

Commit adea2bc

Browse files
gh wf windows server 2022
1 parent 8feac2d commit adea2bc

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/build_conda.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-20.04, windows-2019, macos-12]
15+
os: [ubuntu-20.04, windows-2022, macos-12]
1616
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
17-
exclude:
18-
- os: windows-2019
19-
python-version: "3.12"
2017
steps:
2118
- uses: actions/checkout@v4
2219
- name: Conda environment creation and activation
@@ -55,7 +52,7 @@ jobs:
5552
echo "CONDA_BUILD_SYSROOT: /opt/MacOSX10.10.sdk # [osx]" > conda_build_config.yaml
5653
5754
- name: Build and upload the conda packages
58-
uses: uibcdf/action-build-and-upload-conda-packages@v1.2.0
55+
uses: uibcdf/action-build-and-upload-conda-packages@v1.3.0
5956
with:
6057
meta_yaml_dir: .
6158
overwrite: False

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,8 @@ def process_stream_signals(signal_type=None, stream_id=None, data_record=None, e
224224
225225
with BinanceWebSocketApiManager(process_stream_signals=process_stream_signals) as ubwa:
226226
ubwa.create_stream(channels="trade", markets="btcusdt", stream_label="TRADES")
227-
time.sleep(2)
228-
print(f"Waiting 5 seconds and then stop the stream ...")
229-
time.sleep(5)
227+
print(f"Waiting a few seconds and then stopping the stream ...")
228+
time.sleep(7)
230229
```
231230

232231
## More?

0 commit comments

Comments
 (0)