Skip to content

Commit c62c25d

Browse files
authored
revert changes on .ci/test-matrix.yml and ci/run-repository.sh files
1 parent c04a306 commit c62c25d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .ci/run-repository.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ docker run \
4343
--name elasticsearch-py \
4444
--rm \
4545
elastic/elasticsearch-py \
46-
/bin/bash -c "python -m pip install nox && python -m nox -s test-${PYTHON_VERSION}"
46+
nox -s test-${PYTHON_VERSION}

Diff for: .ci/test-matrix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
STACK_VERSION:
2-
- "8.6.0-SNAPSHOT"
2+
- "8.7.0-SNAPSHOT"
33

44
TEST_SUITE:
55
- platinum

0 commit comments

Comments
 (0)