Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Aug 28, 2024
1 parent 06105ec commit c593498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Install Poetry
run: pipx install poetry==1.8.3
- name: Set up Python
id: python
uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Install Poetry
run: pipx install poetry
- name: Set up Python
id: python
uses: actions/setup-python@v4
with:
python-version: 3.9
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Install Poetry
run: pipx install poetry
- name: Set up Python
id: python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit c593498

Please sign in to comment.