Skip to content

run planetaryecologist.py #973

run planetaryecologist.py

run planetaryecologist.py #973

Workflow file for this run

name: run planetaryecologist.py
on:
schedule:
- cron: '0 7,19 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
with:
python-version: '3.8' # install the python version needed
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: execute py script
env:
TOKEN_CS: ${{ secrets.TOKEN_CS }}
TOKEN_EN: ${{ secrets.TOKEN_EN }}
run: python planetaryecologist.py