Skip to content

Commit 76b3ef6

Browse files
committed
pin python version in deploy
1 parent 5e909f4 commit 76b3ef6

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.12
19+
sudo apt install python3.10.11
2020
sudo apt-get install build-essential
2121
2222
- name: Upgrading pip

0 commit comments

Comments
 (0)