Skip to content

Commit f347f4b

Browse files
committed
Remove obsolete parts
1 parent b5197b8 commit f347f4b

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,24 +24,6 @@ jobs:
2424
- name: Install Poetry
2525
uses: Gr1N/setup-poetry@v7
2626

27-
- name: Cache Poetry virtualenv
28-
uses: actions/cache@v1
29-
id: cache
30-
with:
31-
path: ~/.virtualenvs
32-
key: poetry-${{ hashFiles('**/poetry.lock') }}
33-
restore-keys: |
34-
poetry-${{ hashFiles('**/poetry.lock') }}
35-
36-
- name: Set Poetry config
37-
run: |
38-
poetry config settings.virtualenvs.in-project false
39-
poetry config settings.virtualenvs.path ~/.virtualenvs
40-
41-
- name: Install Dependencies
42-
run: poetry install
43-
if: steps.cache.outputs.cache-hit != 'true'
44-
4527
- name: Formatting
4628
run: poetry run black . --check
4729

0 commit comments

Comments
 (0)