We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23da866 commit ea45670Copy full SHA for ea45670
.github/workflows/pull_request.yml
@@ -37,6 +37,7 @@ jobs:
37
needs: [get_asdf_version]
38
with:
39
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
40
+ reinstall_poetry: true
41
secrets:
42
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
43
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@ba86b0c6a2a3d4b87398e538e410cec90f57133d
32
33
34
35
36
0 commit comments