Skip to content

Commit

Permalink
Use quotes for Python versions to prevent '3.10' from being read as '…
Browse files Browse the repository at this point in the history
…3.1'
  • Loading branch information
mauzey1 committed Jun 25, 2024
1 parent d7093c1 commit e1d76f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Deploy nightly
strategy:
matrix:
os: [macos-14]
python_version: [3.8, 3.9, 3.10, 3.11, 3.12]
os: ['macos-14']
python_version: ['3.10']
runs-on: ${{ matrix.os }}
env:
PACKAGE_NAME: cmor
Expand Down

0 comments on commit e1d76f4

Please sign in to comment.