File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ jobs:
133
133
xarray${{ matrix.xarray-version }}
134
134
netCDF4
135
135
packaging
136
- dvc
137
136
make
138
137
pip
139
138
python-build
@@ -154,9 +153,21 @@ jobs:
154
153
env :
155
154
GH_TOKEN : ${{ github.token }}
156
155
156
+ - name : Install uv
157
+ uses : astral-sh/setup-uv@v4.2.0
158
+
159
+ - name : Install dvc
160
+ run : |
161
+ uv venv
162
+ source .venv/bin/activate
163
+ uv pip install dvc
164
+ uv pip list
165
+
157
166
# Pull baseline image data from dvc remote (DAGsHub)
158
167
- name : Pull baseline image data from dvc remote
159
- run : dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
168
+ run : |
169
+ source .venv/bin/activate
170
+ uv run dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
160
171
161
172
# Install the package that we want to test
162
173
- name : Install the package
You can’t perform that action at this time.
0 commit comments