From 84de568c69b8fca42a6c31cce7a8c3d3dd8bd54d Mon Sep 17 00:00:00 2001 From: Nico Tonnhofer Date: Tue, 10 Sep 2024 21:50:45 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Henry Schreiner --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f218eeac..6479a924 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,7 @@ To just check for lint errors, run: To run against a particular Python version: - nox --session "tests(python='3.12', tox_version='latest') + nox --session "tests(python='3.12', tox_version='latest')" nox --session conda_tests nox --session mamba_tests nox --session micromamba_tests