Skip to content

Commit

Permalink
Pin poetry version in CI tools
Browse files Browse the repository at this point in the history
Re #143

Now playing:
Apex by Mitch Murder
  • Loading branch information
werneta committed Mar 1, 2023
1 parent fac6025 commit 4a2db95
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3
- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
- name: Set up Python ${{ matrix.python-version }}
id: install_py
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4a2db95

Please sign in to comment.