Skip to content

Commit db6ad48

Browse files
Update test.yml
1 parent a84292c commit db6ad48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
# ---- Python for ccm ----
28-
- name: Set up Python 3.9
28+
- name: Set up Python 3.9.16
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.9'
31+
python-version: '3.9.16'
3232

3333
- name: Install ccm
3434
run: |

0 commit comments

Comments
 (0)