File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 :
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 # ----------------------------------------------
5454 # ----------------------------------------------
5555 - name : pylic check
5656 run : |
57- poetry show
5857 poetry run pip install pylic
5958 poetry run pylic check
You can’t perform that action at this time.
0 commit comments