Skip to content

Commit 659f185

Browse files
committed
Fix workflow
1 parent 7890092 commit 659f185

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pr-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,8 @@ jobs:
252252
pip3 install virtualenv
253253
virtualenv venv
254254
source venv/bin/activate
255-
pip install --upgrade pip setuptools
255+
pip install --upgrade pip
256+
pip install setuptools>=70.0.0
256257
pip install -r requirements.txt
257258
pip install -r dev-requirements.txt
258259
mkdir -p test-results

services/workshop/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
setuptools>=70.0.0
12
bcrypt==4.1.2
23
Django~=4.1.13
34
cryptography==40.0.2

0 commit comments

Comments
 (0)