Skip to content

Commit 7bf8e0a

Browse files
authored
Compile the bytecode after install (#18)
1 parent 53b8316 commit 7bf8e0a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ on:
4141
CC_TEST_REPORTER_ID:
4242
required: true
4343

44+
env:
45+
UV_COMPILE_BYTECODE: 1
46+
4447
defaults:
4548
run:
4649
shell: bash

.github/workflows/cron.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ on:
3232
type: string
3333
default: pyproject.toml
3434

35+
env:
36+
UV_COMPILE_BYTECODE: 1
37+
3538
defaults:
3639
run:
3740
shell: bash

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ on:
3030
type: string
3131
default: pyproject.toml
3232

33+
env:
34+
UV_COMPILE_BYTECODE: 1
35+
3336
defaults:
3437
run:
3538
shell: bash

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ concurrency:
5151
group: ${{ github.workflow }}-${{ github.ref }}
5252
cancel-in-progress: ${{ inputs.cancel-in-progress }}
5353

54+
env:
55+
UV_COMPILE_BYTECODE: 1
56+
5457
defaults:
5558
run:
5659
shell: bash

0 commit comments

Comments
 (0)