Skip to content

Commit

Permalink
Fix: manually bumpd version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenlem committed Apr 8, 2021
1 parent 1afc8bf commit 3547270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/train_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
with:
dockerfile: Dockerfile
repository: ghcr.io/mlf-core/lcep
tags: 1.0.0
tags: 1.0.1
push: false

- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
python-version: ${{ matrix.python }}

- name: Install mlflow
run: pip install mlflow
Expand Down

0 comments on commit 3547270

Please sign in to comment.