output!
This commit is contained in:
parent
3b490a0513
commit
df196a220c
8
.github/workflows/get_info.py
vendored
8
.github/workflows/get_info.py
vendored
@ -7,11 +7,11 @@
|
|||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
||||||
# print(os.path.abspath(os.curdir))
|
|
||||||
# print(os.listdir('.'))
|
|
||||||
sys.path.append(os.path.abspath(os.curdir))
|
sys.path.append(os.path.abspath(os.curdir))
|
||||||
# print(sys.path)
|
if '-env' not in sys.argv:
|
||||||
|
print(os.path.abspath(os.curdir))
|
||||||
|
print(os.listdir('.'))
|
||||||
|
print(sys.path)
|
||||||
|
|
||||||
if os.path.abspath(os.curdir) in sys.path:
|
if os.path.abspath(os.curdir) in sys.path:
|
||||||
from Difficult_Rocket import DR_runtime
|
from Difficult_Rocket import DR_runtime
|
||||||
|
3
.github/workflows/nuitka.yml
vendored
3
.github/workflows/nuitka.yml
vendored
@ -64,7 +64,8 @@ jobs:
|
|||||||
id: DR_info
|
id: DR_info
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$infos = python .github/workflows/get_info.py
|
python .github/workflows/get_info.py
|
||||||
|
$infos = python .github/workflows/get_info.py -env
|
||||||
Write-Output $infos >> $env:GITHUB_ENV
|
Write-Output $infos >> $env:GITHUB_ENV
|
||||||
|
|
||||||
# 还是得我自己写脚本
|
# 还是得我自己写脚本
|
||||||
|
Loading…
Reference in New Issue
Block a user