Skip to content

Commit e3a3682

Browse files
dependabot[bot]seismanweiji14
authored
Build(deps): Bump astral-sh/setup-uv from 4.2.0 to 5.1.0 (#3735)
* Build(deps): Bump astral-sh/setup-uv from 4.2.0 to 5.1.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4.2.0 to 5.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4.2.0...v5.1.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Try the venv auto-activate feature in v5.0.0 * Put `uv run dvc pull` command on one line --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongdong Tian <[email protected]> Co-authored-by: Wei Ji <[email protected]>
1 parent d54e6e1 commit e3a3682

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,20 +154,18 @@ jobs:
154154
GH_TOKEN: ${{ github.token }}
155155

156156
- name: Install uv
157-
uses: astral-sh/[email protected]
157+
uses: astral-sh/[email protected]
158+
with:
159+
python-version: ${{ matrix.python-version }}
158160

159161
- name: Install dvc
160162
run: |
161-
uv venv
162-
source .venv/bin/activate
163163
uv pip install dvc
164164
uv pip list
165165
166166
# Pull baseline image data from dvc remote (DAGsHub)
167167
- name: Pull baseline image data from dvc remote
168-
run: |
169-
source .venv/bin/activate
170-
uv run dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
168+
run: uv run dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
171169

172170
# Install the package that we want to test
173171
- name: Install the package

0 commit comments

Comments
 (0)