We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5878761 commit 44ec9e2Copy full SHA for 44ec9e2
.github/workflows/ci.yml
@@ -42,6 +42,8 @@ jobs:
42
env:
43
UV_CACHE_DIR: ~/.cache/uv
44
run: |
45
+ readlink -f ~
46
+ echo "READLINK"
47
curl -LsSf https://astral.sh/uv/install.sh | sh
48
uv venv
49
source ./.venv/bin/activate
0 commit comments