Skip to content

Commit

Permalink
add setup python for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 committed Jan 15, 2024
1 parent 6275c75 commit fcd9d32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
with:
python-version: ${{ matrix.python }}
cache: 'poetry'
- name: Install dependencies
run: poetry install --all-extras -v
- name: run python tests
run: poetry run tox -e py
- name: run python test report
Expand Down Expand Up @@ -97,6 +95,12 @@ jobs:
# Update poetry for https://github.com/python-poetry/poetry/issues/7184
- name: update poetry
run: poetry self update --no-ansi
- name: Setup Python
id: setup-python
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
- name: Assume AWS role
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit fcd9d32

Please sign in to comment.