Skip to content

Commit ea2c795

Browse files
authored
Update installation tests with 6.1.1 version (#2682)
#### Reference Issues/PRs <!--Example: Fixes #1234. See also #3456.--> #### What does this implement or fix? Run on 6.1.1. https://github.com/man-group/ArcticDB/actions/runs/18158369765 #### Any other comments? #### Checklist <details> <summary> Checklist for code changes... </summary> - [ ] Have you updated the relevant docstrings, documentation and copyright notice? - [ ] Is this contribution tested against [all ArcticDB's features](../docs/mkdocs/docs/technical/contributing.md)? - [ ] Do all exceptions introduced raise appropriate [error messages](https://docs.arcticdb.io/error_messages/)? - [ ] Are API changes highlighted in the PR description? - [ ] Is the PR labelled as enhancement or bug so it appears in autogenerated release notes? </details> <!-- Thanks for contributing a Pull Request to ArcticDB! Please ensure you have taken a look at: - ArcticDB's Code of Conduct: https://github.com/man-group/ArcticDB/blob/master/CODE_OF_CONDUCT.md - ArcticDB's Contribution Licensing: https://github.com/man-group/ArcticDB/blob/master/docs/mkdocs/docs/technical/contributing.md#contribution-licensing --> Co-authored-by: Georgi Rusev <Georgi Rusev>
1 parent e14ef98 commit ea2c795

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/installation_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ on:
2929
type: choice
3030
options:
3131
- "latest"
32+
- "6.1.1"
3233
- "5.9.3"
3334
- "5.8.0"
3435
- "5.7.0"
@@ -155,8 +156,9 @@ jobs:
155156
"08") echo "arcticdb_version=5.6.0" >> $GITHUB_ENV;;
156157
"09") echo "arcticdb_version=5.7.0" >> $GITHUB_ENV;;
157158
"10") echo "arcticdb_version=5.8.0" >> $GITHUB_ENV;;
158-
"12") echo "arcticdb_version=5.9.3" >> $GITHUB_ENV;;
159-
"11") echo "arcticdb_version=latest" >> $GITHUB_ENV;;
159+
"11") echo "arcticdb_version=5.9.3" >> $GITHUB_ENV;;
160+
"12") echo "arcticdb_version=6.1.1" >> $GITHUB_ENV;;
161+
"13") echo "arcticdb_version=latest" >> $GITHUB_ENV;;
160162
esac
161163
162164
- name: Checkout code
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
arcticdb==6.1.1
2+
numpy
3+
pyarrow
4+
protobuf<7
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: arcticdb
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- arcticdb==6.1.1
6+
- numpy
7+
- pyarrow
8+
- protobuf

0 commit comments

Comments
 (0)