From 338b090791b8216f42dd9e7263f3ac9e30e7d973 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 30 Jan 2021 18:36:32 -0500 Subject: Damn computers, doing what I said instead of what I meant --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18c81bb3..65ccb164 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev] + python-version: [3.6, 3.7, 3.8, 3.9, 3.10-dev] ## Doubles as the nox session fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -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 }} # Run nox for a single version of Python -- cgit v1.2.1