Skip to content

Commit 3d5a195

Browse files
committed
Setup python explicitly
1 parent f3c5c01 commit 3d5a195

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/push_event_workflow.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ jobs:
99
steps:
1010
- name : Checkout code
1111
uses : actions/checkout@v4
12+
13+
- name: Setup python
14+
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.11'
1217

1318
- name: Install dependencies
1419
run: |

0 commit comments

Comments
 (0)