Skip to content

Commit

Permalink
ops: fix migration test again
Browse files Browse the repository at this point in the history
  • Loading branch information
pjdotson committed Sep 24, 2024
1 parent f93f9f8 commit f8f01b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
pip install poetry
poetry config virtualenvs.create false
poetry install
poetry shell
working-directory: ./client/py

- name: Python Test with Main Server
Expand Down Expand Up @@ -106,6 +107,7 @@ jobs:
- name: Install Poetry
run: |
poetry install
poetry shell
working-directory: ./client/py

- name: Python Test with Current Server
Expand Down

0 comments on commit f8f01b7

Please sign in to comment.