Skip to content

Commit

Permalink
Fix drone unit tests uv install (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasb authored May 8, 2024
1 parent a7657a1 commit bdbff82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ steps:
- apt-get update && apt-get install -y netcat-traditional
- cd engine/
- pip install uv
- uv pip install -r requirements.txt -r requirements-dev.txt
- uv pip install --system -r requirements.txt -r requirements-dev.txt
- ./wait_for_test_mysql_start.sh && pytest
depends_on:
- rabbit_test
Expand Down Expand Up @@ -386,6 +386,6 @@ name: cloud_access_policy_token

---
kind: signature
hmac: 8126a07b03a6e64537216b6fd594a5687aa1792dd1889cfa77f6ac9aa6422a87
hmac: a045d72f3f3510895da049f4bf8f5ae4ac21f3ffa3d24cda047152c286df5bc2

...

0 comments on commit bdbff82

Please sign in to comment.