Skip to content
This repository was archived by the owner on Dec 14, 2025. It is now read-only.

Commit 04fd280

Browse files
committed
Update CodeQL workflow to install backend dependencies without root
1 parent 65d35d5 commit 04fd280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python -m pip install --upgrade pip
4545
pip install poetry
4646
cd backend
47-
poetry install
47+
poetry install --no-root
4848
cd ..
4949
5050
- name: "Set up Node.js"

0 commit comments

Comments
 (0)