diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ecee65..ce00923 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,11 +12,11 @@ jobs: - name: Setup Python uses: actions/setup-python@v3 with: - python-version: 3.x + python-version: 3.10.x - name: Install poetry run: | - python -m pip install poetry==1.6.1 + python -m pip install poetry==1.7.0 - name: Configure poetry run: |