Skip to content

Commit 2ac6388

Browse files
clean virtual env
1 parent 6780b87 commit 2ac6388

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
run: pip install poetry
2525

2626
- name: Install dependencies
27-
run: poetry install
27+
run: |
28+
poetry env remove --all || true
29+
poetry install
2830
2931
- name: Set SPEC_VERSION env var
3032
run: echo ::set-env name=SPEC_VERSION::$(poetry run python scripts/calculate_version.py)

0 commit comments

Comments
 (0)