Skip to content

Commit eb19f62

Browse files
committed
Fix workflow YAML, poetry lock file
1 parent a95e71e commit eb19f62

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Install
2323
uses: abatilo/[email protected]
2424
with:
25-
python-version: ${{ matrix.python-version }}
25+
python_version: ${{ matrix.python-version }}
2626
poetry_version: 1.0
2727
args: install
2828
- name: Run matrix of tests with Tox
2929
uses: abatilo/[email protected]
3030
with:
31-
python-version: ${{ matrix.python-version }}
31+
python_version: ${{ matrix.python-version }}
3232
poetry_version: 1.0
3333
args: run tox

poetry.lock

Lines changed: 19 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)