Skip to content

update readme

update readme #3

name: btc-daily-data-ingestor
on:
push:
branches: main
jobs:
test_schedule:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: '3.10.10'
- name: install requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute python workflows from bash script
env:
HOPSWORKS_API_KEY: ${{ secrets.HOPSWORKS_API_KEY }}
run: |
python feature-pipeline-daily.py