Skip to content

Commit 22c0cf7

Browse files
committed
fixed yaml syntax error
1 parent d0eed55 commit 22c0cf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gh-ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ jobs:
151151
steps:
152152
- uses: actions/checkout@v4
153153

154-
- name: Set up Python ${{ needs.environment-config.outputs.stable-python-version }}
154+
#- name: Set up Python ${{ needs.environment-config.outputs.stable-python-version }}
155+
- name: Set up Python
155156
uses: actions/setup-python@v4
156157
with:
157158
#python-version: ${{ needs.environment-config.outputs.stable-python-version }}

0 commit comments

Comments
 (0)