Commit Graph

6 Commits

Author SHA1 Message Date
pyup.io bot
abc199d5ef
Update ruff to 0.7.0 (#5474) 2024-10-17 21:29:12 +01:00
Bruno Alla
931e300b63
Pin Python version to 3.12 (#5456)
* Pin Python version to 3.12

* Add back actions/setup-python to bare metal tests

* Revert "Add back actions/setup-python to bare metal tests"

This reverts commit cdee7e2da7.

* Update test_bare.sh to run commands via uv

* Skip uv lock on PRs from forks

* Revert "Update test_bare.sh to run commands via uv"

This reverts commit 56f839e2b4.

* Add back actions/setup-python to bare metal tests

* Only run uv lock workflow on dependabot PRs
2024-10-12 17:46:45 +01:00
pre-commit-ci[bot]
bee41248a4 Regenerate uv.lock 2024-10-11 02:39:02 +00:00
Bruno Alla
2d06ddda95
Migrate docs build to use uv (#5438)
Following the official docs:

https://docs.readthedocs.io/en/latest/build-customization.html#install-dependencies-with-uv
2024-10-07 15:43:09 -03:00
Bruno Alla
3252aa7ae7
Add workflow to run uv lock (#5422)
* Add workflow to keep uv.lock up to date

Should do the job for dependabot updates

* Only run uv lock workflow when GH_PAT is set

* Make a change to pyproject.toml

* Attempt to fix workflow syntax

* Attempt to fix workflow syntax

* Regenerate uv.lock
2024-10-07 11:12:25 +01:00
Jelmer Draaijer
0a291c1ec1 Replace pip with uv for the project files 2024-10-05 17:45:50 +02:00