Robzy's picture
changing to real schedule
2470653
raw
history blame contribute delete
771 Bytes
name: feature
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
schedule_pipelines:
runs-on: ubuntu-latest
permissions:
pages: write
contents: write
steps:
- name: checkout repo content
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- name: install python packages
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 }}
HOPSWORKS_PROJECT: aqsalab1
run: |
python feature_pipeline.py