Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ta-lib github action

name: Run Tests
on: [pull_request]
jobs:
  build:
    name: Setup and run Tests
    runs-on: ubuntu-latest
    defaults:
      run:
        working-directory: ./
    steps:
      - uses: actions/checkout@v2
      - uses: actions/setup-python@v2
        with:
          python-version: '3.8.9'
      - run: |
          wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
          tar xvfz ta-lib-0.4.0-src.tar.gz
          cd ta-lib
          ./configure
          make
          sudo make install
      - run: python -m pip install --upgrade pip
      - run: python -m pip install -r requirements.txt
      - run: python mainsite/manage.py test
Comment

PREVIOUS NEXT
Code Example
Shell :: PrestaShop installation needs to write critical files in the folder var/cache 
Shell :: Python3 pip3 install broken on Ubuntu Ask Question 
Shell :: rubocop command to run auto correct 
Shell :: softwareupdate mac bash 
Shell :: git find largest files in repo 
Shell :: path folder after generate ssh-keygen 
Shell :: how to sort in grep in second column in /etc/passwd 
Shell :: How to Enable the Ultimate Performance 
Shell :: echo wc command 
Shell :: E: Unable to locate package rvm 
Shell :: wget in backround 
Shell :: pipe multi-line string into file 
Shell :: arcmenu fix 
Shell :: add string at the end of each line 
Shell :: update surge project 
Shell :: start confluence service ubuntu 
Shell :: cannot find module is-doker 
Shell :: linux cli chart real time 
Shell :: cd in linux 
Shell :: how to remove git config property 
Shell :: macos homebrew unattended cask installs 
Shell :: zsh wait for user input 
Shell :: git request-pull example 
Shell :: command lxd not found - linux 
Shell :: bash if exists file wildcard 
Shell :: connect to a vm from cloudshell 
Shell :: iptables linux 
Shell :: unmount linux 
Shell :: setting Flask app variable 
Shell :: ruby on rails install 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =