mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Skip writing pyc files [ci] (#98423)
This commit is contained in:
parent
b083f5bf89
commit
0bcc02e908
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -735,6 +735,8 @@ jobs:
|
|||||||
if: needs.info.outputs.test_full_suite == 'true'
|
if: needs.info.outputs.test_full_suite == 'true'
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
id: pytest-full
|
id: pytest-full
|
||||||
|
env:
|
||||||
|
PYTHONDONTWRITEBYTECODE: 1
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
@ -759,6 +761,8 @@ jobs:
|
|||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
id: pytest-partial
|
id: pytest-partial
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
PYTHONDONTWRITEBYTECODE: 1
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
@ -877,6 +881,8 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
id: pytest-partial
|
id: pytest-partial
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
PYTHONDONTWRITEBYTECODE: 1
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
@ -994,6 +1000,8 @@ jobs:
|
|||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
id: pytest-partial
|
id: pytest-partial
|
||||||
shell: bash
|
shell: bash
|
||||||
|
env:
|
||||||
|
PYTHONDONTWRITEBYTECODE: 1
|
||||||
run: |
|
run: |
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
python --version
|
python --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user