Testing new pipeline for namespace packages. #471
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pipeline | |
on: | |
push: | |
workflow_dispatch: | |
schedule: | |
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues | |
- cron: '0 22 * * 5' | |
jobs: | |
Pipeline: | |
uses: pyTooling/Actions/.github/workflows/Pipeline-NamespacePackage.yml@dev | |
with: | |
package_namespace: pyEDAA | |
package_name: ProjectModel | |
# unittest_python_version: | |
# unittest_python_version_list: | |
# unittest_system_list: | |
# unittest_include_list: | |
# unittest_exclude_list: | |
unittest_disable_list: "mingw64:* ucrt64:*" | |
# apptest_python_version: | |
apptest_python_version_list: "" # use latest Python version | |
apptest_system_list: "ubuntu macos macos-arm" | |
# apptest_include_list: | |
# apptest_exclude_list: | |
# apptest_disable_list: |