mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 11:06:56 +08:00
Documented InstallPackage.
This commit is contained in:
4
.github/workflows/InstallPackage.yml
vendored
4
.github/workflows/InstallPackage.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
run: |
|
||||
python -m pip install -v --disable-pip-version-check (Get-Item .\install\*.whl).FullName
|
||||
|
||||
- name: 📦 Run application tests (Ubuntu/macOS)
|
||||
- name: 📦 Run Package Version Check (Ubuntu/macOS)
|
||||
if: ( matrix.system != 'windows' && matrix.system != 'windows-arm' )
|
||||
run: |
|
||||
set +e
|
||||
@@ -116,7 +116,7 @@ jobs:
|
||||
exit 1
|
||||
fi
|
||||
|
||||
- name: 📦 Run application tests (Windows)
|
||||
- name: 📦 Run Package Version Check (Windows)
|
||||
if: ( matrix.system == 'windows' || matrix.system == 'windows-arm' )
|
||||
run: |
|
||||
$result=$(python -c "from ${{ inputs.package_name }} import __version__; print(f""Package version: {__version__}"")")
|
||||
|
||||
Reference in New Issue
Block a user