Skip to content

Commit

Permalink
feat: upgrade uv 0.2.18 (#1540)
Browse files Browse the repository at this point in the history
Upgrade to uv 0.2.18

Big changes:
* removal of editables from our code
* refactoring of manifest pypi into seperate module
---------

Co-authored-by: nichmor <nmorkotilo@gmail.com>
  • Loading branch information
tdejager and nichmor authored Jul 12, 2024
1 parent bdc5c9b commit ba7d3cc
Show file tree
Hide file tree
Showing 60 changed files with 1,064 additions and 1,809 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ jobs:

- name: "Cargo nextest"
run: |
cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --features slow_integration_tests
# we don't have anymore vendored openssl so we need to use rustls
cargo nextest run --retries 2 --status-level skip --failure-output immediate-final --no-fail-fast --final-status-level slow --no-default-features --features rustls-tls --features slow_integration_tests
build:
name: Build Binary | ${{ matrix.name }}
Expand Down
Loading

0 comments on commit ba7d3cc

Please sign in to comment.