Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

Commit 534c7e7

Browse files
authored
Merge pull request #74 from riscv-software-src/fix-actions
Update python version to 3.6.15 in github actions.
2 parents e1282f0 + 6b37ea6 commit 534c7e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v2
3333
with:
34-
python-version: '3.6'
34+
python-version: '3.6.15'
3535

3636
- name: Install dependencies
3737
run: |

0 commit comments

Comments
 (0)