Skip to content

Commit

Permalink
use latest terrier release in builds instead of snapshot #536
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald authored Jan 30, 2025
2 parents 64a3b71 + 996b64f commit be8e166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: ['3.8', '3.12']
java: [11, 21]
os: ['ubuntu-latest', 'macos-13', 'windows-latest', 'macos-latest']
terrier: ['snapshot'] #'5.3', '5.4-SNAPSHOT',
terrier: [''] # blank indicates latest
# include:
# - os: 'macos-latest'
# python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-parallel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: ['3.8', '3.11']
java: [11, 13]
os: ['ubuntu-latest']
terrier: ['snapshot']
terrier: [''] # blank indicates latest

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit be8e166

Please sign in to comment.