From ee0245f9912d8a32607916e315f24d5308510289 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Wed, 20 Dec 2023 13:35:40 -0700 Subject: [PATCH] Update ci-tests-data/tests-ci.md Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> --- ci-tests-data/tests-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-tests-data/tests-ci.md b/ci-tests-data/tests-ci.md index bca60197..a34f3d13 100644 --- a/ci-tests-data/tests-ci.md +++ b/ci-tests-data/tests-ci.md @@ -74,7 +74,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install nox + python -m pip install nox - name: List installed packages run: pip list - name: Run tests with pytest & nox