Skip to content

Commit 729db5b

Browse files
committed
updated ci
1 parent 370a6ad commit 729db5b

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,13 @@ jobs:
2626
- intersystemsdc/iris-community:latest
2727
- intersystemsdc/iris-community:preview
2828
runs-on: ubuntu-latest
29-
env:
30-
IMAGE: ${{ matrix.image }}
3129
steps:
3230
- uses: actions/checkout@v3
3331
- name: Install requirements
3432
run: |
35-
pip install -U pip setuptools
36-
pip install -r requirements-dev.txt
37-
pip install -r requirements-iris.txt
38-
pip install -e .
33+
pip install -r requirements-dev.txt \
34+
-r requirements-iris.txt \
35+
-e .
3936
- name: Run Tests
4037
run: |
4138
pytest --container ${{ matrix.image }}

requirements-dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
wheel
2-
flake8
1+
# wheel
2+
# flake8
33
pytest
4-
black
5-
twine
4+
# black
5+
# twine
66
alembic
77
testcontainers-iris

0 commit comments

Comments
 (0)