Skip to content

Commit

Permalink
use forked dive action, try with pytest 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Jul 2, 2024
1 parent 687cf05 commit 0605703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ dependencies:
- pyrsistent
- pystac
- pystac-client
- pytest!=8.1.0
- pytest=8.1.1
- python-dateutil
- python-rapidjson
- python-slugify
Expand Down

0 comments on commit 0605703

Please sign in to comment.