Skip to content

Commit 691de26

Browse files
Update issue-791.yml
1 parent 74f562a commit 691de26

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/issue-791.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
name: Checkout and Setup Workflow
1+
name: Checkout and Setup python
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch:
45
jobs:
56
build:
67
runs-on: self-hosted
8+
79
steps:
810
- name: Checkout Repository
911
uses: actions/checkout@v4
1012

1113
- name: Setup Python
1214
uses: actions/setup-python@v5
1315
with:
14-
python-version: '3.9'
16+
python-version: '3.11'
1517
- name: Check Python version
1618
run: |
17-
echo "Python path: $PYTHONPATH"
18-
echo "/opt/hostedtoolcache/Python/3.9.18/x64/python --version"
19-
echo "python --version"
19+
echo "Python path: $PYTHONPATH"
20+
21+
python --version
2022

0 commit comments

Comments
 (0)