Skip to content

Commit

Permalink
add heavyai 7.0.0 from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeleobas committed May 12, 2023
1 parent 958678c commit e9f6eab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rbc_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,17 @@ jobs:
- os: ubuntu-latest
python-version: '3.11'
numba-version: '0.57'
llvm-version: '14'
heavydb-version: '6.2' # if changing this value, update the condition
# on "Run rbc tests [LLVM mismatch]"
heavydb-from: conda
llvm-version: '14'
- os: ubuntu-latest
python-version: '3.11'
numba-version: '0.57'
heavydb-version: '7.0' # to be released
heavydb-from: conda
llvm-version: '14'
heavydb-version: '7.0'
docker-image: heavyai/heavyai-ee-cpu:7.0.0
heavydb-from: docker
# - os: ubuntu-latest
# python-version: '3.10'
# numba-version: '0.56'
Expand Down

0 comments on commit e9f6eab

Please sign in to comment.