Skip to content

added loading readme #11

added loading readme

added loading readme #11

Workflow file for this run

name: Cloud Evidently Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:
permissions:
contents: read
statuses: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
evidently-check:
name: Evidently Report
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "pip"
cache-dependency-path: requirements.txt
- name: "Install requirements"
run: pip install -r requirements.txt
- uses: evidentlyai/evidently-report-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
with:
config_path: src/evidently_config.py
api_key: ${{ secrets.EVIDENTLY_API_KEY }}
input_path: cloud://app.evidently.dev/019783c0-b535-72d8-a392-777f0d08eb44
output: cloud://app.evidently.dev/019745d1-ab3a-75f8-9d82-fb9aafcb6c3b