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:
26
26
- intersystemsdc/iris-community:latest
27
27
- intersystemsdc/iris-community:preview
28
28
runs-on : ubuntu-latest
29
- env :
30
- IMAGE : ${{ matrix.image }}
31
29
steps :
32
30
- uses : actions/checkout@v3
33
31
- name : Install requirements
34
32
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 .
39
36
- name : Run Tests
40
37
run : |
41
38
pytest --container ${{ matrix.image }}
Original file line number Diff line number Diff line change 1
- wheel
2
- flake8
1
+ # wheel
2
+ # flake8
3
3
pytest
4
- black
5
- twine
4
+ # black
5
+ # twine
6
6
alembic
7
7
testcontainers-iris
You can’t perform that action at this time.
0 commit comments