Skip to content

Commit

Permalink
Update README and workflow names. Add config draft
Browse files Browse the repository at this point in the history
Signed-off-by: guillemdb <[email protected]>
  • Loading branch information
guillemdb committed Nov 8, 2024
1 parent fb563dd commit 855a1eb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ jobs:
rye pin --relaxed cpython@${{ matrix.python-version }}
rye sync --all-features
- name: Run Pytest on MacOS
- name: Run Pytest on MacOS with rye
if: ${{ matrix.os == 'macos-latest' }}
run: |
set -x
rye run test
- name: Run code coverage on Ubuntu
- name: Run code coverage on Ubuntu with rye
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
set -x
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Automate project creation following ML best practices.

* License: MIT license

## Setting up the repository

1. Clone the repository:
2. Initialize the submodules:
```bash
git submodule update --init --recursive
```

# Testing the templates
1. Navigate to the project root directory.
2. run cookiecutter with the template directory:
```bash
cookiecutter templates/mlops --no-input --overwrite-if-exists
```

## Features

Expand Down
Empty file added config/config.yml
Empty file.
2 changes: 1 addition & 1 deletion mloq-template
Submodule mloq-template updated from f13ae3 to faff5d

0 comments on commit 855a1eb

Please sign in to comment.