mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 20:11:08 +08:00
Bump Version & Fix CI (#1606)
* Bump Version & Fix CI * Update test_qlib_from_pip.yml
This commit is contained in:
1
.github/workflows/test_qlib_from_pip.yml
vendored
1
.github/workflows/test_qlib_from_pip.yml
vendored
@@ -8,7 +8,6 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
if: ${{ false }} # FIXME: temporarily disable... Due to we are rushing a feature
|
||||
timeout-minutes: 120
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Licensed under the MIT License.
|
||||
from pathlib import Path
|
||||
|
||||
__version__ = "0.9.3"
|
||||
__version__ = "0.9.3.99"
|
||||
__version__bak = __version__ # This version is backup for QlibConfig.reset_qlib_version
|
||||
import os
|
||||
from typing import Union
|
||||
|
||||
Reference in New Issue
Block a user