Skip to content

Commit 6be92d9

Browse files
committed
[Mod] install quickfix in github action script
1 parent 0f673ac commit 6be92d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install https://pip.vnpy.com/colletion/TA_Lib-0.4.17-cp37-cp37m-win_amd64.whl
20+
pip install https://pip.vnpy.com/colletion/quickfix-1.15.1-cp37-cp37m-win_amd64.whl
2021
pip install -r requirements.txt
2122
- name: Lint with flake8
2223
run: |

0 commit comments

Comments
 (0)