pact-foundation / pact-python

Python version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project.
http://pact.io
MIT License
568 stars 137 forks source link

Enable caching of `uv` #716

Open JP-Ellis opened 3 months ago

JP-Ellis commented 3 months ago

Have you read the Contributing Guidelines on issues?

Description

Enable caching of uv in CI once the following upstream PR is merged:

Has this been requested on Canny?

No response

Motivation

This will speed up the CI pipelines by avoiding unnecessary downloads.

Have you tried building it?

No response

Self-service