From 060570376daaad620a9ba69ae75fc197a474d05f Mon Sep 17 00:00:00 2001 From: Ariana Barzinpour Date: Tue, 2 Jul 2024 05:14:07 +0000 Subject: [PATCH] use forked dive action, try with pytest 8.1.1 --- .github/workflows/dive.yml | 2 +- docker/env.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dive.yml b/.github/workflows/dive.yml index 6d7863a..53ae5ef 100644 --- a/.github/workflows/dive.yml +++ b/.github/workflows/dive.yml @@ -81,7 +81,7 @@ jobs: sudo rm -rf ${GITHUB_WORKSPACE}/.git - name: Dive - uses: yuichielectric/dive-action@0.0.3 + uses: MaxymVlasov/dive-action@1.0.1 with: image: ${{ env.ORG }}/${{ env.IMAGE}}:_build config-file: ${{ github.workspace }}/dive-ci.yml diff --git a/docker/env.yaml b/docker/env.yaml index b531bdb..8dfda6c 100644 --- a/docker/env.yaml +++ b/docker/env.yaml @@ -115,7 +115,7 @@ dependencies: - pyrsistent - pystac - pystac-client - - pytest!=8.1.0 + - pytest=8.1.1 - python-dateutil - python-rapidjson - python-slugify