Skip to content

Commit 362d05d

Browse files
committed
minor updates
1 parent a962dc9 commit 362d05d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-license-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
Linting:
77
runs-on: ubuntu-latest
88
strategy:
9-
fail-fast: true
9+
fail-fast: false
1010
matrix:
1111
python-version: [3.9]
1212
steps:
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/cache@v3
4343
with:
4444
path: .venv
45-
key: venv-no-dev-depend-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
45+
key: venv-no-dev-dependencies-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
4646
#----------------------------------------------
4747
# install dependencies if cache does not exist
4848
#----------------------------------------------
@@ -54,6 +54,5 @@ jobs:
5454
#----------------------------------------------
5555
- name: pylic check
5656
run: |
57-
poetry show
5857
poetry run pip install pylic
5958
poetry run pylic check

0 commit comments

Comments
 (0)