1
0
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:
you-n-g
2023-07-18 20:54:15 +08:00
committed by GitHub
parent 842b8e8563
commit 1a32ba1806
2 changed files with 1 additions and 2 deletions

View File

@@ -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 }}

View File

@@ -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