diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 18:36:32 -0500 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-01-30 18:36:32 -0500 |
commit | 338b090791b8216f42dd9e7263f3ac9e30e7d973 (patch) | |
tree | b1aa80e05a075e4a72b7108f51a349a43dc6170d | |
parent | d8ae2e713d0d48715a4c4305e59cc8fa821cc761 (diff) | |
download | cmd2-git-338b090791b8216f42dd9e7263f3ac9e30e7d973.tar.gz |
Damn computers, doing what I said instead of what I meant
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |