Skip to content

Commit 3b27f3f

Browse files
authored
Use manticore:9.3.2 (#166)
* Use manticore:9.3.2 * Update unit-tests.yml * Update unit-tests.yml
1 parent 1da7c39 commit 3b27f3f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25+
set -x
2526
pip install --upgrade pip
2627
pip install wheel setuptools
27-
cd app && python setup.py install
28+
cd app && pip install .
2829
2930
- name: Test with pytest
3031
run: cd app && make coverage

sphinx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# https://hub.docker.com/r/manticoresearch/manticore
2-
FROM manticoresearch/manticore:6.2.12
2+
FROM manticoresearch/manticore:9.3.2
33

44
# set up logs and indices directories
55
RUN mkdir -pv /opt/sphinx/log /opt/sphinx/index

0 commit comments

Comments
 (0)