mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-09 14:30:56 +00:00
Update Python installation and dependencies
This commit is contained in:
@@ -45,6 +45,27 @@ jobs:
|
||||
#configFilePath: GitVersion.yml
|
||||
updateAssemblyInfo: true
|
||||
|
||||
############## Install Python
|
||||
|
||||
# - name: Install Python3
|
||||
# uses: actions/setup-python@v2
|
||||
# with:
|
||||
# python-version: 3.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-dev
|
||||
sudo apt-get install -y python3-pip
|
||||
|
||||
- name: Install pandas-ta
|
||||
run: |
|
||||
pip3 install numpy
|
||||
pip3 install pandas
|
||||
pip3 install pandas-ta
|
||||
|
||||
############## Install more tools
|
||||
|
||||
- name: Install JDK11 for Sonar Scanner
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
@@ -158,3 +179,4 @@ jobs:
|
||||
--api-key ${{ secrets.NUGET_DEPLOY_KEY_QUANTLIB }}
|
||||
--source https://api.nuget.org/v3/index.json
|
||||
--skip-duplicate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user