Skip to content

Commit

Permalink
setup venv
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 8, 2023
1 parent 12d0bb3 commit eb41ad2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dagger/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ export const djangoTests = async (src = ".") => {
"sh",
"-c",
"\
python3 -m pip install -r requirements.txt --use-pep517 && \
python3 -m venv venv && \
source venv/bin/activate && \
python -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 eb41ad2

Please sign in to comment.