File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6262 path : .venv
6363 key :
6464 docsvenv-${{ matrix.os }}-py${{matrix.python-version}}-${{
65- hashFiles('**/poetry.lock ') }}
65+ hashFiles('**/pyproject.toml ') }}
6666
6767 - name : Install dependencies
6868 if : (steps.cached-poetry-dependencies.outputs.cache-hit != 'true')
Original file line number Diff line number Diff line change 6363 path : .venv
6464 key :
6565 testvenv-braindecode-${{ matrix.os }}-py${{matrix.python-version}}-${{
66- hashFiles('**/poetry.lock ') }}
66+ hashFiles('**/pyproject.toml ') }}
6767
6868 - name : Install dependencies
6969 if : |
Original file line number Diff line number Diff line change 5656 path : .venv
5757 key :
5858 testvenv-${{ matrix.os }}-py${{matrix.python-version}}-${{
59- hashFiles('**/poetry.lock ') }}
59+ hashFiles('**/pyproject.toml ') }}
6060
6161 - name : Install dependencies
6262 if : |
Original file line number Diff line number Diff line change 5656 path : .venv
5757 key :
5858 testvenv-${{ matrix.os }}-py${{matrix.python-version}}-${{
59- hashFiles('**/poetry.lock ') }}
59+ hashFiles('**/pyproject.toml ') }}
6060
6161 - name : Install dependencies
6262 if : |
You can’t perform that action at this time.
0 commit comments