Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jun 24, 2024
1 parent e6930ba commit 9bf1af6
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 19 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test-integrations-aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-cloud-computing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -90,7 +91,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-integrations-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-data-processing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
uses: supercharge/redis-github-action@1.7.0
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -124,7 +125,8 @@ jobs:
uses: supercharge/redis-github-action@1.7.0
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- uses: getsentry/action-clickhouse-in-ci@v1
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -138,7 +139,8 @@ jobs:
- uses: getsentry/action-clickhouse-in-ci@v1
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-graphql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -90,7 +91,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-miscellaneous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -90,7 +91,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-networking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -90,7 +91,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-web-frameworks-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -126,7 +127,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/test-integrations-web-frameworks-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down Expand Up @@ -115,7 +116,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
coverage erase
Expand Down
3 changes: 2 additions & 1 deletion scripts/split-tox-gh-actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@

- name: Setup Test Env
run: |
pip install coverage tox "pip<24.0" -U
pip install "virtualenv<20.26.3"
pip install coverage tox
- name: Erase coverage
run: |
Expand Down

0 comments on commit 9bf1af6

Please sign in to comment.