File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11---
2- # This is a basic workflow to help you get started with Actions
32name : Release Package & Docker Image
4- # Controls when the action will run. Triggers the workflow on push of a tag
53on :
64 push :
75 tags : ['*']
@@ -27,15 +25,19 @@ jobs:
2725 curl -LsSf https://astral.sh/uv/install.sh | sh
2826 source $HOME/.cargo/env
2927 - name : Create virtual environment
30- run : uv venv
28+ run : |
29+ source $HOME/.cargo/env
30+ uv venv
3131 - name : Check mlstacks compatibility
3232 run : |
3333 source .venv/bin/activate
34+ source $HOME/.cargo/env
3435 uv pip install -e .
3536 uv pip install mlstacks
3637 - name : Check for broken dependencies
3738 run : |
3839 source .venv/bin/activate
40+ source $HOME/.cargo/env
3941 uv pip check
4042 mysql-db-migration-testing :
4143 runs-on : arc-runner-set
You can’t perform that action at this time.
0 commit comments