mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Merge pull request #34 from cisagov/improvements/use_verbose_pip_switches
Use Verbose pip Switches
This commit is contained in:
commit
a17986bdae
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -32,6 +32,6 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
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
|
||||
run: pre-commit run --all-files
|
||||
|
|
|
@ -102,7 +102,7 @@ commands:
|
|||
cd skeleton-generic
|
||||
pyenv virtualenv <python_version_to_use> skeleton-generic
|
||||
pyenv local skeleton-generic
|
||||
pip install -r requirements-dev.txt
|
||||
pip install --requirement requirements-dev.txt
|
||||
```
|
||||
|
||||
#### Installing the pre-commit hook ####
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
-r requirements-test.txt
|
||||
--requirement requirements-test.txt
|
||||
ipython
|
||||
|
|
Loading…
Reference in a new issue