File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 5656 irm https://astral.sh/uv/install.ps1 | iex
5757 echo "$env:USERPROFILE\.local\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
5858
59+ - name : Add gitlab.phys.ethz.ch to known hosts
60+ run : |
61+ mkdir -p ~/.ssh
62+ chmod 700 ~/.ssh
63+ ssh-keyscan gitlab.phys.ethz.ch >> ~/.ssh/known_hosts
64+
5965 - name : Sync build dependencies
60- run : uv sync --group build
66+ env :
67+ GL_DEPLOY_USER : ${{ secrets.GITLAB_DEPLOY_USER }}
68+ GL_DEPLOY_TOKEN : ${{ secrets.GITLAB_DEPLOY_TOKEN }}
69+ run : |
70+ uv sync --no-dev --extra server --group build
71+ uv pip install "git+https://$GL_DEPLOY_USER:$GL_DEPLOY_TOKEN@gitlab.phys.ethz.ch/tiqi-projects/drivers/tiqi-zedboard.git"
6172
6273 - name : Build with PyInstaller
6374 run : uv run pyinstaller icon.spec
You can’t perform that action at this time.
0 commit comments