Skip to content

Commit ea83854

Browse files
committed
Update tools
1 parent fea8cd9 commit ea83854

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ jobs:
252252
pip3 install virtualenv
253253
virtualenv venv
254254
source venv/bin/activate
255-
pip3 install --upgrade pip setuptools
256-
pip3 install -r requirements.txt
257-
pip3 install -r dev-requirements.txt
255+
pip install --upgrade pip setuptools
256+
pip install -r requirements.txt
257+
pip install -r dev-requirements.txt
258258
mkdir -p test-results
259259
source .env
260260
IS_TESTING=True python3 manage.py test --no-input --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner

0 commit comments

Comments
 (0)