summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/deploy.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index dec2bef..adb1e88 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -147,6 +147,8 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: |
poetry add requests@${{ matrix.requests-version }} --lock
+ poetry lock --check
+ poetry lock --no-update
poetry install -v -E all
# Run tests