mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-09 14:00:55 +08:00
fix pip install not matching packages
This commit is contained in:
12
.github/workflows/test_qlib_from_pip.yml
vendored
12
.github/workflows/test_qlib_from_pip.yml
vendored
@@ -1,10 +1,14 @@
|
||||
name: Test qlib from pip
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches: [ main ]
|
||||
# pull_request:
|
||||
# branches: [ main ]
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user