Skip to content

Commit 1a32ba1

Browse files
authored
Bump Version & Fix CI (#1606)
* Bump Version & Fix CI * Update test_qlib_from_pip.yml
1 parent 842b8e8 commit 1a32ba1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_qlib_from_pip.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
jobs:
1010
build:
11-
if: ${{ false }} # FIXME: temporarily disable... Due to we are rushing a feature
1211
timeout-minutes: 120
1312

1413
runs-on: ${{ matrix.os }}

qlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the MIT License.
33
from pathlib import Path
44

5-
__version__ = "0.9.3"
5+
__version__ = "0.9.3.99"
66
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
77
import os
88
from typing import Union

0 commit comments

Comments
 (0)