Skip to content

Commit c8c2a98

Browse files
Dummy for pre-commit (#78)
* Dummy for pre-commit * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent efaba35 commit c8c2a98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-python@v5
2121
with:
22-
python-version-file: 'pyproject.toml'
22+
python-version-file: pyproject.toml
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install poetry

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: pipx install poetry
1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version-file: 'pyproject.toml'
18+
python-version-file: pyproject.toml
1919
cache: poetry
2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)