File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 1- wheel
2- flake8
1+ # wheel
2+ # flake8
33pytest
4- black
5- twine
4+ # black
5+ # twine
66alembic
77testcontainers-iris
You can’t perform that action at this time.
0 commit comments