Skip to content

Commit 33627ab

Browse files
Merge pull request #90 from NHSDigital/feature/versioning-fix
[ERSSUP-57538]-[ADO/NM]-[Removed poetry caching from github action]-[JW]
2 parents d80a99a + 9885490 commit 33627ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/continous-integration-workflow.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
run: poetry install
2828

29-
- name: Cache poetry packages
30-
uses: actions/cache@v1
31-
with:
32-
path: ~/.cache/pypoetry
33-
key: ${{ runner.os }}-build-cache-poetry-packages-${{ hashFiles('**/poetry.lock') }}
34-
3529
- name: Set SPEC_VERSION env var
3630
run: echo ::set-env name=SPEC_VERSION::$(poetry run python scripts/calculate_version.py)
3731
env:

0 commit comments

Comments
 (0)