Skip to content

Commit aedcf99

Browse files
ci: add toml
1 parent 35dd135 commit aedcf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install Nox
5151
run: |
5252
pipx install --pip-args=--constraint=.github/workflows/constraints.txt nox
53-
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry
53+
pipx inject --pip-args=--constraint=.github/workflows/constraints.txt nox nox-poetry toml
5454
nox --version
5555
5656
- name: Compute pre-commit cache key

0 commit comments

Comments
 (0)