Skip to content

Commit cda10c1

Browse files
committed
Fix asyncio deps testing
1 parent d51a84e commit cda10c1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/actions/test-dependency-asyncio-rest/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ runs:
3535
include_types: false
3636
include_asyncio: true
3737

38-
- name: 'Install aiohttp ${{ matrix.aiohttp-version }}'
39-
run: 'poetry add aiohttp==${{ matrix.aiohttp-version }}'
38+
- name: 'Install aiohttp ${{ inputs.aiohttp_version }}'
39+
run: 'poetry add aiohttp==${{ inputs.aiohttp_version }}'
4040
shell: bash
4141

4242
- uses: nick-fields/retry@v3

.github/workflows/testing-dependency.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
deps-cleanup:
5858
name: Deps cleanup
5959
runs-on: ubuntu-latest
60+
if: ${{ always() }}
61+
timeout-minutes: 20
6062
needs:
6163
- deps-test-setup
6264
- dependency-test-rest

0 commit comments

Comments
 (0)