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 d54e6e1 commit e3a3682Copy full SHA for e3a3682
.github/workflows/ci_tests.yaml
@@ -154,20 +154,18 @@ jobs:
154
GH_TOKEN: ${{ github.token }}
155
156
- name: Install uv
157
- uses: astral-sh/[email protected]
+ uses: astral-sh/[email protected]
158
+ with:
159
+ python-version: ${{ matrix.python-version }}
160
161
- name: Install dvc
162
run: |
- uv venv
- 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
168
- run: |
169
170
- uv run dvc pull --no-run-cache --verbose && ls -lhR pygmt/tests/baseline/
+ run: 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