Skip to content

Commit

Permalink
Fix file.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Sep 27, 2024
1 parent efc10a8 commit 1e0b2ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/code_test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
# the weekly cron job.
os: [windows-latest, ubuntu-latest, macos-14, macos-13]
# Test all Python versions for cron job, and only first/last for other triggers
python-version: ${{ toJSON(fromJson(github.event_name == 'schedule' && '["3.9", "3.10", "3.11", "3.12"]' || '["3.9", "3.12"]')) }}
fail-fast: false
python-version: ${{ fromJson(github.event_name == 'schedule' && '["3.9", "3.10", "3.11", "3.12"]' || '["3.9", "3.12"]') }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1e0b2ba

Please sign in to comment.