Skip to content

Commit 39844c5

Browse files
authored
Merge pull request #454 from AllenInstitute/dev
fix python version
2 parents 8b594ff + 488d6e7 commit 39844c5

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)