Skip to content

Commit a85829a

Browse files
authored
Merge pull request #455 from AllenInstitute/dev
set python to one more compatible, ensure setuptools version
2 parents 39844c5 + d0f93f0 commit a85829a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
- name: Installing python
1717
run: |
1818
sudo apt-get update
19-
sudo apt install python3.10
19+
sudo apt install python3.12
2020
sudo apt-get install build-essential
2121
2222
- name: Upgrading pip
2323
run: pip install --upgrade pip
2424

2525
- name: Installing dependencies
2626
run: |
27-
pip install --upgrade pip setuptools
27+
pip install --upgrade pip setuptools wheel build
2828
pip install markupsafe==2.0.1 --no-cache-dir
2929
3030
- name: Installing package

0 commit comments

Comments
 (0)