Skip to content

[ModelMetrics] Updated #127

[ModelMetrics] Updated

[ModelMetrics] Updated #127

Workflow file for this run

name: Simple Workflow
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Print a message
run: echo "The workflow has been triggered!"