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.
2 parents d80a99a + 9885490 commit 33627abCopy full SHA for 33627ab
.github/workflows/continous-integration-workflow.yaml
@@ -26,12 +26,6 @@ jobs:
26
- name: Install dependencies
27
run: poetry install
28
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
-
35
- name: Set SPEC_VERSION env var
36
run: echo ::set-env name=SPEC_VERSION::$(poetry run python scripts/calculate_version.py)
37
env:
0 commit comments