Skip to content

Commit bffd339

Browse files
undo unnecessary changes
1 parent 8875681 commit bffd339

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ jobs:
2424
run: pip install poetry
2525

2626
- name: Install dependencies
27-
run: |
28-
find . -type d -name ".venv" -exec rm -rf {} + || true
29-
poetry env remove --all || true
30-
poetry install
27+
run: poetry install
3128

3229
- name: Set SPEC_VERSION env var
3330
run: echo ::set-env name=SPEC_VERSION::$(poetry run python scripts/calculate_version.py)

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tests/functional/test_env/
1111
.idea
1212
.DS_Store
1313
venv
14-
.venv
1514
.direnv
1615
.#*
1716

0 commit comments

Comments
 (0)