Skip to content

Commit 585d044

Browse files
committed
update ci
1 parent b55a5bf commit 585d044

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
- name: Install requirements
6161
run: |
6262
pip install -U pip setuptools
63-
pip install sqlalchemy
6463
pip install -r requirements-dev.txt
6564
pip install -r requirements-iris.txt
6665
pip install -e .

test-in-docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ exit_on_error () {
2727

2828
iris_start
2929

30+
/usr/irissys/bin/irispython -e . --target /usr/irissys/mgr/python
31+
exit_on_error
32+
3033
/usr/irissys/bin/irispython -m pip install -r requirements-dev.txt -r requirements-iris.txt --target /usr/irissys/mgr/python
3134
exit_on_error
3235

0 commit comments

Comments
 (0)