Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 11, 2023
1 parent 370a6ad commit 729db5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ jobs:
- intersystemsdc/iris-community:latest
- intersystemsdc/iris-community:preview
runs-on: ubuntu-latest
env:
IMAGE: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: |
pip install -U pip setuptools
pip install -r requirements-dev.txt
pip install -r requirements-iris.txt
pip install -e .
pip install -r requirements-dev.txt \
-r requirements-iris.txt \
-e .
- name: Run Tests
run: |
pytest --container ${{ matrix.image }}
Expand Down
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wheel
flake8
# wheel
# flake8
pytest
black
twine
# black
# twine
alembic
testcontainers-iris

0 comments on commit 729db5b

Please sign in to comment.