ium_s437622/.github/workflows/workflow.yml
Workflow config file is invalid. Please check your config file: yaml: line 13: found a tab character where an indentation space is expected
Jakub Pogodziński ad0b5b4d92
Some checks failed
s437622-evaluation/pipeline/head There was a failure building this commit
cml
2021-06-13 13:44:08 +02:00

19 lines
416 B
YAML

name: github-actions-hello
on: [push]
jobs:
hello-job:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2.2.2
with:
python-version: '3.7'
- run: |
pip3 install -r requirements.txt
python3 zad5.py
cat results.csv >> report.md
cml-send-comment report.md