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 6d6ebfb commit 09f401aCopy full SHA for 09f401a
.github/workflows/docker-gdal.yml
@@ -48,13 +48,14 @@ jobs:
48
49
- uses: actions/checkout@v4
50
51
+ - name: Install uv
52
+ uses: astral-sh/setup-uv@v5
53
+
54
- name: Create virtual environment
- # install uv and use it to create a virtual environment, then add it to
- # environment variables so that it is automatically activated and can be
- # used for tests below
55
+ # use uv to create a virtual environment, then add it to environment
56
+ # variables so that it is automatically activated and can be used for
57
+ # tests below
58
run: |
- curl -LsSf https://astral.sh/uv/install.sh | sh
- . $HOME/.local/bin/env
59
uv venv .venv
60
echo "VIRTUAL_ENV=.venv" >> $GITHUB_ENV
61
echo "$PWD/.venv/bin" >> $GITHUB_PATH
0 commit comments