From d8ae2e713d0d48715a4c4305e59cc8fa821cc761 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 30 Jan 2021 18:33:21 -0500 Subject: Fix how python version is passed to nox command-line argument --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04c82f41..18c81bb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,4 +49,4 @@ jobs: - name: Run tests and post coverage results env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: python -m nox --non-interactive --session matrix.python-version + run: python -m nox --non-interactive --session $${{ matrix.python-version }} -- cgit v1.2.1