Skip to content

Commit 39246f8

Browse files
committed
update ci
1 parent 3ae9202 commit 39246f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ COPY --chown=irisowner:irisowner . /home/irisowner/sqlalchemy-iris
55

66
WORKDIR /home/irisowner/sqlalchemy-iris
77

8+
ENV PIP_TARGET=/usr/irissys/mgr/python
9+
810
RUN pip install -r requirements-dev.txt -r requirements-iris.txt && \
911
pip install -e .
1012

test-in-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ exit_on_error () {
2828
iris_start
2929

3030
# Test in Network mode
31-
python3 -m pytest
31+
/usr/irissys/bin/irispython -m pytest
3232
exit_on_error
3333

3434
# Test in Embedded mode
35-
python3 -m pytest --db irisemb
35+
/usr/irissys/bin/irispython -m pytest --db irisemb
3636
exit_on_error
3737

3838
iris_stop

0 commit comments

Comments
 (0)