Skip to content

Commit

Permalink
update pip
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronha committed Jun 11, 2020
1 parent 461d0fc commit 0e71758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mlrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
architecture: 'x64'

- name: Install mlrun
run: python -m pip install git+https://github.com/mlrun/mlrun.git@development
run: python -m pip install mlrun
- name: Submit project
run: python -m mlrun project ./ --git-issue "${{github.event.issue.number}}" --git-repo ${GITHUB_REPOSITORY} -w -x commit=${COMMIT:33} -r main ${CMD:5}
env:
Expand Down

0 comments on commit 0e71758

Please sign in to comment.