You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/release.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ Always
24
24
*[ ]`user_guide/vm-edition/win-vbox.md`
25
25
* Update version number in developer guide
26
26
*[ ]`testing.md`
27
+
* Replace dependencies to unreleased version (e.g. git dependencies) in files, see instructions in [notebooks.md](https://github.com/exasol/ai-lab/blob/main/doc/developer_guide/notebooks.md):
Copy file name to clipboardExpand all lines: doc/developer_guide/testing.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ poetry run exasol/ds/sandbox/main.py \
19
19
To use an existing docker image in the tests in `integration/test_create_dss_docker_image.py`, simply add the CLI option `--dss-docker-image` when calling `pytest`:
20
20
21
21
```shell
22
-
poetry run pytest --dss-docker-image exasol/ai-lab:3.0.0
22
+
poetry run pytest --dss-docker-image exasol/ai-lab:3.1.0
0 commit comments