Skip to content

Commit

Permalink
fix(templates): Remove Poetry version pin for GitHub Actions (#826)
Browse files Browse the repository at this point in the history
Co-authored-by: Edgar R. M <[email protected]>
Co-authored-by: Edgar R. M <[email protected]>
  • Loading branch information
3 people authored Sep 29, 2022
1 parent a06c1f3 commit 721b6f9
Showing 1 changed file with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ jobs:
with:
python-version: {{ '${{ matrix.python-version }}' }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.8
- name: Install dependencies
run: |
poetry install
python -m pip install --upgrade pip
pip install poetry==1.2.*
- name: Run lint command from tox.ini
run: |
poetry run tox -e lint
Expand All @@ -47,9 +44,9 @@ jobs:
with:
python-version: {{ '${{ matrix.python-version }}' }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.11
run: |
python -m pip install --upgrade pip
pip install poetry==1.2.*
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit 721b6f9

Please sign in to comment.