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/kit.yml | |
| parent | 3fac1386203b0ac74d028321759f03d97a2b053d (diff) | |
| download | python-coveragepy-git-ccc82ead73b1cd756cd3b24ea6bb1d8d7faaa79c.tar.gz | |
build: use --require-hashes to be very clear
Diffstat (limited to '.github/workflows/kit.yml')
| -rw-r--r-- | .github/workflows/kit.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 6def5ac3..a60840f5 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -153,7 +153,7 @@ jobs: - name: "Install tools" run: | - python -m pip install -r requirements/kit.pip + python -m pip install --require-hashes -r requirements/kit.pip - name: "Build wheels" env: @@ -190,7 +190,7 @@ jobs: - name: "Install tools" run: | - python -m pip install -r requirements/kit.pip + python -m pip install --require-hashes -r requirements/kit.pip - name: "Build sdist" run: | |
