We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea8cd9 commit ea83854Copy full SHA for ea83854
1 file changed
.github/workflows/pr-build.yml
@@ -252,9 +252,9 @@ jobs:
252
pip3 install virtualenv
253
virtualenv venv
254
source venv/bin/activate
255
- pip3 install --upgrade pip setuptools
256
- pip3 install -r requirements.txt
257
- pip3 install -r dev-requirements.txt
+ pip install --upgrade pip setuptools
+ pip install -r requirements.txt
+ pip install -r dev-requirements.txt
258
mkdir -p test-results
259
source .env
260
IS_TESTING=True python3 manage.py test --no-input --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner
0 commit comments