Skip to content

Commit

Permalink
full test to only use oldest and latest for live service
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Oct 21, 2024
1 parent 52cd6aa commit 1348133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
secrets:
DANDI_API_KEY: ${{ secrets.DANDI_API_KEY }}
with: # Ternary operator: condition && value_if_true || value_if_false
python-versions: ${{ github.event.pull_request.draft == true && '["3.9"]' || '["3.9", "3.10", "3.11", "3.12"]' }}
python-versions: ${{ github.event.pull_request.draft == true && '["3.9"]' || '["3.9", "3.12"]' }}
os-versions: ${{ github.event.pull_request.draft == true && '["ubuntu-latest"]' || '["ubuntu-latest", "macos-latest", "macos-13", "windows-latest"]' }}


Expand Down

0 comments on commit 1348133

Please sign in to comment.