Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 8, 2023
1 parent ec4f4a4 commit 12d0bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const djangoTests = async (src = ".") => {
"sh",
"-c",
"\
python -m pip install -r requirements.txt --use-pep517 && \
python3 -m pip install -r requirements.txt --use-pep517 && \
cd todo_project && \
python3 manage.py makemigrations && \
python3 manage.py migrate && \
Expand Down

0 comments on commit 12d0bb3

Please sign in to comment.