generated from AlabamaWaterInstitute/awi-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
CI/CDRelated to Continuous Integration and Delivery/DeploymentRelated to Continuous Integration and Delivery/DeploymentP3Priority level. P0: Critical, P1: High, P2: Medium, P3: LowPriority level. P0: Critical, P1: High, P2: Medium, P3: LowbugSomething isn't workingSomething isn't working
Description
There are two "Set up Python" steps that conflict with each other. The second step (lines 38-41) references ${{ steps.pyver.outputs.version }} but there's no corresponding pyver step defined, which will cause this workflow to fail. Either remove this duplicate step or ensure the pyver extraction step is added before it.
Originally posted by @Copilot in #34 (comment)
Metadata
Metadata
Assignees
Labels
CI/CDRelated to Continuous Integration and Delivery/DeploymentRelated to Continuous Integration and Delivery/DeploymentP3Priority level. P0: Critical, P1: High, P2: Medium, P3: LowPriority level. P0: Critical, P1: High, P2: Medium, P3: LowbugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo