1
0
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:
Linlang
2024-12-19 15:15:20 +08:00
parent b80abdaf89
commit 0b938bdddd
3 changed files with 20 additions and 10 deletions

View File

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