Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use uv in CI #310

Merged
merged 26 commits into from
Nov 25, 2024
Merged

Use uv in CI #310

merged 26 commits into from
Nov 25, 2024

Conversation

btschwertfeger
Copy link
Owner

@btschwertfeger btschwertfeger commented Nov 24, 2024

  • The CI is now using uv to for installing and running python packages.
  • CI jobs using secrets are no longer bound to to my user
  • not all cicd.yaml workflows get cancelled if a newer runs, the concurrency was updated so only critical jobs using API keys will be cancelled.
  • pinning websockets>=14 since websockets.connect(additional_headers= is incompatible with older versions
  • use pytest-timeout of 60 seconds for tests

@btschwertfeger btschwertfeger self-assigned this Nov 24, 2024
@btschwertfeger btschwertfeger added this to the v3.1.2 milestone Nov 24, 2024
@btschwertfeger btschwertfeger enabled auto-merge (squash) November 25, 2024 06:05
@btschwertfeger btschwertfeger merged commit be01e9e into master Nov 25, 2024
40 checks passed
@btschwertfeger btschwertfeger deleted the 307-use-uv-in-ci branch November 25, 2024 14:35
@btschwertfeger btschwertfeger linked an issue Nov 25, 2024 that may be closed by this pull request
@btschwertfeger btschwertfeger mentioned this pull request Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use uv in CI
1 participant