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 05f7b09 commit 4060160Copy full SHA for 4060160
.github/workflows/ci_tests.yaml
@@ -133,7 +133,6 @@ jobs:
133
xarray${{ matrix.xarray-version }}
134
netCDF4
135
packaging
136
- dvc
137
make
138
pip
139
python-build
@@ -154,9 +153,21 @@ jobs:
154
153
env:
155
GH_TOKEN: ${{ github.token }}
156
+ - name: Install uv
157
+ uses: astral-sh/[email protected]
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
166
# Pull baseline image data from dvc remote (DAGsHub)
167
- name: Pull baseline image data from dvc remote
- run: dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
168
169
170
+ uv run dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
171
172
# Install the package that we want to test
173
- name: Install the package
0 commit comments