We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff7cae commit e625952Copy full SHA for e625952
.github/workflows/EXPERIMENT.yml
@@ -80,6 +80,16 @@ jobs:
80
echo "uv_package_version=$UV_PACKAGE_VERSION" >> $GITHUB_OUTPUT
81
82
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
93
94
run-python----basic-examples-deposit-on-morpho: #
95
needs: [validate-environment, set-versions]
0 commit comments