Skip to content

Commit e625952

Browse files
committed
what if prod
1 parent 5ff7cae commit e625952

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/EXPERIMENT.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,16 @@ jobs:
8080
echo "uv_package_version=$UV_PACKAGE_VERSION" >> $GITHUB_OUTPUT
8181
8282
83+
print-context:
84+
needs: [validate-environment, set-versions]
85+
runs-on: ubuntu-latest
86+
steps:
87+
- name: Show resolved values
88+
run: |
89+
echo "environment: ${{ needs.validate-environment.outputs.environment }}"
90+
echo "uv_package_version: ${{ needs.set-versions.outputs.uv_package_version }}"
91+
92+
8393
8494
run-python----basic-examples-deposit-on-morpho: #
8595
needs: [validate-environment, set-versions]

0 commit comments

Comments
 (0)