diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-05-15 21:19:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-15 21:19:46 -0600 |
commit | 5edb1baaa54ddc20d1ae21bbe8f96627c9570ab4 (patch) | |
tree | 90c7912cf61e44f3f575371231059c7e94af709e /.github/workflows/ci.yml | |
parent | 8032e253c6aac1aa595d30c2198eb97ea99ac311 (diff) |
Update ci.yml
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b9167b..4557690 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Poetry uses: abatilo/actions-poetry@v2 with: - poetry-version: 1.1.15 + poetry-version: 1.1.6 - name: Package for Windows run: | poetry install |