Skip to content

Commit 488d6e7

Browse files
committed
fix python version
1 parent 76b3ef6 commit 488d6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Installing python
1717
run: |
1818
sudo apt-get update
19-
sudo apt install python3.10.11
19+
sudo apt install python3.10
2020
sudo apt-get install build-essential
2121
2222
- name: Upgrading pip

0 commit comments

Comments
 (0)