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 d0eed55 commit 22c0cf7Copy full SHA for 22c0cf7
.github/workflows/gh-ci.yaml
@@ -151,7 +151,8 @@ jobs:
151
steps:
152
- uses: actions/checkout@v4
153
154
- - name: Set up Python ${{ needs.environment-config.outputs.stable-python-version }}
+ #- name: Set up Python ${{ needs.environment-config.outputs.stable-python-version }}
155
+ - name: Set up Python
156
uses: actions/setup-python@v4
157
with:
158
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}
0 commit comments