Compare commits

...

2 Commits

Author SHA1 Message Date
8f75914eba Github Actions Workflow
All checks were successful
sacred-mongo/pipeline/head This commit looks good
2023-05-17 11:57:33 +02:00
db340bdbb2 Updated DVC materials 2023-04-26 17:35:34 +02:00
2 changed files with 108 additions and 808 deletions

13
.github/workflows/workflow.yml vendored Normal file
View File

@ -0,0 +1,13 @@
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: python3 --version

File diff suppressed because it is too large Load Diff