Skip to content

Commit 6721367

Browse files
committed
ci: Fix docker and uv venv
1 parent 9d638b0 commit 6721367

13 files changed

Lines changed: 28 additions & 0 deletions

.github/workflows/_runner-chimera.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-cortexm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-generic.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-mempool.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-siracusa-neureka-tiled.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-siracusa-tiled.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-siracusa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
runs-on: ${{ inputs.runner }}
2525
container:
2626
image: ${{ inputs.docker-image }}
27+
env:
28+
UV_PROJECT_ENVIRONMENT: /app/.venv
2729
steps:
2830
- name: Checkout Repo
2931
uses: actions/checkout@v4

.github/workflows/_runner-snitch-tiled-sequential.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-snitch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

.github/workflows/_runner-softhier.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
runs-on: ${{ inputs.runner }}
2424
container:
2525
image: ${{ inputs.docker-image }}
26+
env:
27+
UV_PROJECT_ENVIRONMENT: /app/.venv
2628
steps:
2729
- name: Checkout Repo
2830
uses: actions/checkout@v4

0 commit comments

Comments
 (0)