1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

All references to '-r' for pip calls have been replaced with the more verbose '--requirement'.

This commit is contained in:
Nicholas McDonnell 2020-02-18 18:04:06 -05:00
parent 16872bfc74
commit e96577bce4
No known key found for this signature in database
GPG key ID: A3A493305F40A162
3 changed files with 3 additions and 3 deletions

View file

@ -32,6 +32,6 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install --upgrade -r requirements-test.txt pip install --upgrade --requirement requirements-test.txt
- name: Run pre-commit on all files - name: Run pre-commit on all files
run: pre-commit run --all-files run: pre-commit run --all-files

View file

@ -102,7 +102,7 @@ commands:
cd skeleton-generic cd skeleton-generic
pyenv virtualenv <python_version_to_use> skeleton-generic pyenv virtualenv <python_version_to_use> skeleton-generic
pyenv local skeleton-generic pyenv local skeleton-generic
pip install -r requirements-dev.txt pip install --requirement requirements-dev.txt
``` ```
#### Installing the pre-commit hook #### #### Installing the pre-commit hook ####

View file

@ -1,2 +1,2 @@
-r requirements-test.txt --requirement requirements-test.txt
ipython ipython