We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5197b8 commit f347f4bCopy full SHA for f347f4b
1 file changed
.github/workflows/python-package.yml
@@ -24,24 +24,6 @@ jobs:
24
- name: Install Poetry
25
uses: Gr1N/setup-poetry@v7
26
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
45
- name: Formatting
46
run: poetry run black . --check
47
0 commit comments