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 1ca1fb0 commit e39606bCopy full SHA for e39606b
.github/workflows/timeseries.yml
@@ -61,17 +61,14 @@ jobs:
61
uses: actions/setup-python@v6
62
with:
63
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
70
71
- - name: Install utilities
72
- run: |
73
- pip install -r requirements.txt
+ - name: Set up uv
+ uses: astral-sh/setup-uv@v7
+ cache-dependency-glob: |
+ requirements.txt
+ topic/timeseries/requirements.txt
+ topic/timeseries/requirements-dev.txt
74
75
- name: Validate topic/timeseries
76
run: |
77
- ngr test --accept-no-venv topic/timeseries
+ uv run --with=pueblo ngr test --accept-no-venv topic/timeseries
0 commit comments