Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: edaa-org/pyEDAA.ProjectModel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 798f402b6528556bf68602ec878d4dba0818a855
Choose a base ref
..
head repository: edaa-org/pyEDAA.ProjectModel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 695f3fc8278eb7dcb9fd02701d149b7b030258ee
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +4 −1 .github/workflows/Pipeline.yml
5 changes: 4 additions & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ on:

jobs:
Pipeline:
uses: pyTooling/Actions/.github/workflows/Pipeline-NamespacePackage.yml@dev
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r2
with:
package_namespace: pyEDAA
package_name: ProjectModel
@@ -25,3 +25,6 @@ jobs:
# apptest_include_list:
# apptest_exclude_list:
# apptest_disable_list:
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}