Skip to content

Commit 00043f7

Browse files
committed
fix mispelling
Signed-off-by: Xavier Dupre <[email protected]>
1 parent 65ae8b7 commit 00043f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def test_dort(session):
160160
session.install(
161161
*COMMON_TEST_DEPENDENCIES,
162162
)
163-
torch_version, transformers_version = session.posarg
163+
torch_version, transformers_version = session.posargs
164164

165165
if torch_version == "nighly":
166166
session.install(

0 commit comments

Comments
 (0)