Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phact committed Jul 18, 2024
1 parent 4c8376e commit ca7e7f7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -507,7 +507,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -625,7 +625,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -684,7 +684,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -743,7 +743,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -803,7 +803,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down Expand Up @@ -863,7 +863,7 @@ jobs:
- name: Install dependencies with specific client version
working-directory: ./client
run: |
poetry add [email protected] [email protected].10
poetry add [email protected] [email protected].11
- name: get server dependencies
run: |
poetry install
Expand Down

0 comments on commit ca7e7f7

Please sign in to comment.