Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(templates): Remove Poetry version pin for GitHub Actions #826

Merged
merged 10 commits into from
Sep 29, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
python-version: {{ '${{ matrix.python-version }}' }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.8
edgarrmondragon marked this conversation as resolved.
Show resolved Hide resolved
- name: Install dependencies
run: |
poetry install
Expand All @@ -48,8 +46,6 @@ jobs:
python-version: {{ '${{ matrix.python-version }}' }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.1.11
visch marked this conversation as resolved.
Show resolved Hide resolved
- name: Install dependencies
run: |
poetry install
Expand Down