File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 83
83
dbr : dbr133
84
84
- py : ' 3.10'
85
85
dbr : dbr143
86
+ - py : ' 3.11'
87
+ dbr : dbr154
86
88
fail-fast : false
87
89
steps :
88
90
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change
1
+ delta-spark~=3.2.0
2
+ ipython~=8.15.0
3
+ numpy~=1.23.5
4
+ pandas~=1.5.3
5
+ pyarrow~=14.0.1
6
+ pyspark~=3.5.0
7
+ scipy~=1.11.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ isolated_build = True
6
6
envlist =
7
7
; Mirror Supported LTS DBR versions here: https://docs.databricks.com/release-notes/runtime/
8
8
; Use correct PySpark version based on Python version present in env name
9
- dbr{113,122,133,143}
9
+ dbr{113,122,133,143,154 }
10
10
coverage-report
11
11
skip_missing_interpreters = true
12
12
@@ -16,7 +16,8 @@ package = wheel
16
16
wheel_build_env = .pkg
17
17
setenv =
18
18
COVERAGE_FILE = .coverage.{envname}
19
- basepython =
19
+ basepython =
20
+ dbr154: py311
20
21
dbr143: py310
21
22
dbr133: py310
22
23
dbr122: py39
73
74
; We should have a top-level makefile that orchestrates this which allows better environment prep and execution of
74
75
; shell scripts prior to tox execution. it'll also create a stable interface for migrating to hatch in the future
75
76
; since the make commands would not change
76
- -rrequirements/dbr143 .txt
77
+ -rrequirements/dbr154 .txt
77
78
semver
78
79
commands =
79
80
make --directory ../docs html
You can’t perform that action at this time.
0 commit comments