Skip to content

Commit e39606b

Browse files
committed
CI: Migrate Python recipes to uv
1 parent 1ca1fb0 commit e39606b

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/workflows/timeseries.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,14 @@ jobs:
6161
uses: actions/setup-python@v6
6262
with:
6363
python-version: ${{ matrix.python-version }}
64-
architecture: x64
65-
cache: 'pip'
66-
cache-dependency-path: |
67-
requirements.txt
68-
topic/timeseries/requirements.txt
69-
topic/timeseries/requirements-dev.txt
7064

71-
- name: Install utilities
72-
run: |
73-
pip install -r requirements.txt
65+
- name: Set up uv
66+
uses: astral-sh/setup-uv@v7
67+
cache-dependency-glob: |
68+
requirements.txt
69+
topic/timeseries/requirements.txt
70+
topic/timeseries/requirements-dev.txt
7471
7572
- name: Validate topic/timeseries
7673
run: |
77-
ngr test --accept-no-venv topic/timeseries
74+
uv run --with=pueblo ngr test --accept-no-venv topic/timeseries

0 commit comments

Comments
 (0)