We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 842b8e8 commit 1a32ba1Copy full SHA for 1a32ba1
.github/workflows/test_qlib_from_pip.yml
@@ -8,7 +8,6 @@ on:
8
9
jobs:
10
build:
11
- if: ${{ false }} # FIXME: temporarily disable... Due to we are rushing a feature
12
timeout-minutes: 120
13
14
runs-on: ${{ matrix.os }}
qlib/__init__.py
@@ -2,7 +2,7 @@
2
# Licensed under the MIT License.
3
from pathlib import Path
4
5
-__version__ = "0.9.3"
+__version__ = "0.9.3.99"
6
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
7
import os
from typing import Union
0 commit comments