Skip to content

Commit

Permalink
ci(conda): fix python version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nialov committed Feb 2, 2022
1 parent 7f7ac46 commit 1efe640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
- cron: "41 7 * * 5"
jobs:
conda-environment-install:
name: Linux
name: Conda Install & Test
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ["3.7", "3.8", "3.9", "3.10"]
platform: ["ubuntu-latest", "macos-latest", "windows-latest"]

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 1efe640

Please sign in to comment.