mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
action test
This commit is contained in:
parent
0e90d78efc
commit
545e53d1f7
@ -29,6 +29,7 @@ from __future__ import annotations
|
|||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
import subprocess
|
import subprocess
|
||||||
|
import platform
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
@ -37,7 +38,7 @@ if TYPE_CHECKING:
|
|||||||
from typing_extensions import Literal
|
from typing_extensions import Literal
|
||||||
|
|
||||||
# Python binary assumed by these tools.
|
# Python binary assumed by these tools.
|
||||||
PYTHON_BIN = 'python3.7'
|
PYTHON_BIN = 'python3.7' if platform.system() != 'Windows' else 'python'
|
||||||
|
|
||||||
MIT_LICENSE = """Copyright (c) 2011-2020 Eric Froemling
|
MIT_LICENSE = """Copyright (c) 2011-2020 Eric Froemling
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user