diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-24 09:28:26 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-24 09:49:12 -0400 |
| commit | ccc82ead73b1cd756cd3b24ea6bb1d8d7faaa79c (patch) | |
| tree | 4b30d786cadba409faf4baa2a49d35b95fc0ab43 /.github/workflows/quality.yml | |
| parent | 3fac1386203b0ac74d028321759f03d97a2b053d (diff) | |
| download | python-coveragepy-git-ccc82ead73b1cd756cd3b24ea6bb1d8d7faaa79c.tar.gz | |
build: use --require-hashes to be very clear
Diffstat (limited to '.github/workflows/quality.yml')
| -rw-r--r-- | .github/workflows/quality.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 2394b779..5483f7b8 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -49,7 +49,7 @@ jobs: set -xe python -VV python -m site - python -m pip install -r requirements/tox.pip + python -m pip install --require-hashes -r requirements/tox.pip - name: "Tox lint" run: | @@ -75,7 +75,7 @@ jobs: set -xe python -VV python -m site - python -m pip install -r requirements/tox.pip + python -m pip install --require-hashes -r requirements/tox.pip - name: "Tox doc" run: | |
