Skip to content

Commit e38c970

Browse files
Add python version number
1 parent 3eb0307 commit e38c970

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/basictest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Setup Python
1414
uses: actions/setup-python@v5
15+
with:
16+
python-version: '3.11'
1517

1618
- name: Checkout
1719
uses: actions/checkout@v3

0 commit comments

Comments
 (0)