Skip to content

Commit 74a73b5

Browse files
pylock -> pyproject.toml
1 parent 4218936 commit 74a73b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
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')

.github/workflows/test-braindecode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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: |

.github/workflows/test-devel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)