Skip to content

Commit 5334bc1

Browse files
committed
ci: cache dependencies and drop redundant setup
1 parent c688fc7 commit 5334bc1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
- uses: actions/setup-python@v7
3131
with:
3232
python-version: '3.14'
33+
cache: pip
3334

3435
- run: bash ./generate.sh openapi-legacy.yaml "$(yq -r '.info.version' openapi-legacy.yaml)"
3536

36-
- run: python -m pip install --upgrade pip build
37+
- run: python -m pip install build
3738

3839
- run: python -m build
3940

0 commit comments

Comments
 (0)