Skip to content

Commit 3b25a7a

Browse files
authored
Merge pull request #456 from AllenInstitute/dev
disable automatic using of setuptools for pip
2 parents a85829a + b23d663 commit 3b25a7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
sudo apt install python3.12
2020
sudo apt-get install build-essential
2121
22+
- name: Installing package without PEP 517
23+
run: python3.12 -m pip install --no-use-pep517 -e .
24+
2225
- name: Upgrading pip
2326
run: pip install --upgrade pip
2427

0 commit comments

Comments
 (0)