update poetry

This commit is contained in:
callebtc
2023-01-15 01:28:25 +01:00
parent 9c3fbda7b7
commit 75d6e859cf
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@@ -9,7 +9,7 @@ jobs:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
python-version: ["3.9"] python-version: ["3.9"]
poetry-version: ["1.2.1"] poetry-version: ["1.3.1"]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}