Skip to content

Commit

Permalink
Bump in .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed May 29, 2024
1 parent 86cf65f commit 901780e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install --upgrade pip setuptools wheel tox tox-docker
run: pip install --upgrade pip setuptools wheel tox tox-docker>=5.0.0 docker>=7.1.0 requests>=2.32.2
- name: Run unittest
run: tox -v -e ${{ matrix.python-version }}-unit -- -v
#################### Integration tests ####################
Expand All @@ -38,7 +38,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install --upgrade pip setuptools wheel tox tox-docker
run: pip install --upgrade pip setuptools wheel tox tox-docker>=5.0.0 docker>=7.1.0 requests>=2.32.2
- name: Run integration tests
run: tox -v -e ${{ matrix.python-version }}-integration-rabbitmq -- -v
- name: Run integration tests with speedups enabled
Expand All @@ -63,7 +63,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install --upgrade pip setuptools wheel tox tox-docker
run: pip install --upgrade pip setuptools wheel tox tox-docker>=5.0.0 docker>=7.1.0 requests>=2.32.2
- name: Run flake8
run: tox -v -e py-flake8 -- -v
- name: Run pydocstyle
Expand Down

0 comments on commit 901780e

Please sign in to comment.