Skip to content

Commit 6a3a963

Browse files
Correct tests workflow syntax
1 parent 7353653 commit 6a3a963

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Set up Python
1313
uses: actions/setup-python@v5
14-
python-version: ${{ matrix.python-version }}
14+
with:
15+
python-version: ${{ matrix.python-version }}
1516
- name: Install requirements
1617
run: pip install -r requirements-dev.txt
1718
- name: Run tests

0 commit comments

Comments
 (0)