Skip to content

Commit 4bb9ce2

Browse files
Merge pull request #279 from NHSDigital/mesh-2876-dependabot
mesh-2876: dependabot and sonar updates
2 parents 05c91b1 + f8cb687 commit 4bb9ce2

2 files changed

Lines changed: 531 additions & 475 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: make up
5050

5151
- name: install dependencies
52-
run: pip install tox tox-gh-actions
52+
run: pip install --prefer-binary tox==4.58.0 tox-gh-actions==3.5.0
5353

5454
- name: tox
5555
run: tox
@@ -319,8 +319,8 @@ jobs:
319319

320320
- name: install and test
321321
run: |
322-
poetry export -f requirements.txt -o requirements.txt
323-
python3 -m pip install -r requirements.txt
322+
poetry export --only main -f requirements.txt -o requirements.txt
323+
python3 -m pip install --require-hashes -r requirements.txt
324324
python3 -m pip install --index-url https://test.pypi.org/simple/ "mesh-client==${RELEASE_VERSION}"
325325
INSTALLED_VERSION="$(python3 -c 'import mesh_client; print(mesh_client.__version__)')"
326326
if [[ "${INSTALLED_VERSION}" != "${RELEASE_VERSION}" ]]; then

0 commit comments

Comments
 (0)