mirror of
https://github.com/openzim/zimit.git
synced 2025-09-25 22:02:07 -04:00
update to warc2zim 1.3.2
fix ci test command
This commit is contained in:
parent
a930542af8
commit
82f0fae959
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -16,4 +16,4 @@ jobs:
|
||||
run: docker run -v $PWD/output:/output openzim/zimit:dev zimit --url http://isago.ml/ --name isago --zim-file isago.zim --adminEmail test@example.com --mobileDevice
|
||||
|
||||
- name: run integration test suite
|
||||
run: docker run -it -v $PWD/test/integration.py:/app/integration.py -v $PWD/output:/output openzim/zimit:dev bash -c "pip install pytest; pytest -v ./test/integration.py"
|
||||
run: docker run -v $PWD/test/integration.py:/app/integration.py -v $PWD/output:/output openzim/zimit:dev bash -c "pip install pytest; pytest -v ./test/integration.py"
|
||||
|
@ -4,8 +4,7 @@ RUN mkdir -p /output
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
#RUN pip install 'warc2zim>=1.3.1' 'requests>=2.24.0'
|
||||
RUN pip install git+https://github.com/openzim/warc2zim.git@replay-update
|
||||
RUN pip install 'warc2zim>=1.3.2' 'requests>=2.24.0'
|
||||
|
||||
ADD zimit.py /app/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user