move list rec
This commit is contained in:
8
.github/workflows/ci_release.yml
vendored
8
.github/workflows/ci_release.yml
vendored
@@ -325,10 +325,6 @@ jobs:
|
|||||||
ls -al /opt/homebrew/lib
|
ls -al /opt/homebrew/lib
|
||||||
echo HOMEBREW_CELLAR
|
echo HOMEBREW_CELLAR
|
||||||
echo $HOMEBREW_CELLAR
|
echo $HOMEBREW_CELLAR
|
||||||
- name: List MacOS Recursive
|
|
||||||
if: runner.os == 'macOS'
|
|
||||||
run: |
|
|
||||||
ls -alRL $Python_ROOT_DIR
|
|
||||||
- name: List env
|
- name: List env
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
@@ -339,6 +335,10 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -U -r requirements-dev.txt
|
pip install -U -r requirements-dev.txt
|
||||||
pip install -U .
|
pip install -U .
|
||||||
|
- name: List MacOS Recursive
|
||||||
|
if: runner.os == 'macOS'
|
||||||
|
run: |
|
||||||
|
ls -alRL $Python_ROOT_DIR
|
||||||
- name: Create Windows win_file_version_info.txt
|
- name: Create Windows win_file_version_info.txt
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user