We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da7c39 commit 3b27f3fCopy full SHA for 3b27f3f
.github/workflows/unit-tests.yml
@@ -22,9 +22,10 @@ jobs:
22
23
- name: Install dependencies
24
run: |
25
+ set -x
26
pip install --upgrade pip
27
pip install wheel setuptools
- cd app && python setup.py install
28
+ cd app && pip install .
29
30
- name: Test with pytest
31
run: cd app && make coverage
sphinx/Dockerfile
@@ -1,5 +1,5 @@
1
# https://hub.docker.com/r/manticoresearch/manticore
2
-FROM manticoresearch/manticore:6.2.12
+FROM manticoresearch/manticore:9.3.2
3
4
# set up logs and indices directories
5
RUN mkdir -pv /opt/sphinx/log /opt/sphinx/index
0 commit comments