Skip to content

Commit b9a444d

Browse files
Update python-app.yml
1 parent ec65e57 commit b9a444d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-app.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626
- uses: actions/checkout@v3
2727
- name: Set up Python
2828
uses: actions/setup-python@v5
29-
3029
with:
3130
python-version: 3.9
31+
32+
- name: Check Python version
33+
run: python --version
34+
3235
# - name: Install dependencies
3336
# run: |
3437
# python -m pip install --upgrade pip

0 commit comments

Comments
 (0)