Skip to content

Commit

Permalink
Update jepsen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmichelo authored Nov 8, 2023
1 parent 567dcef commit 9e5c2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jepsen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
mkdir -p "$TEMP_PATH"
cp -r "$GITHUB_WORKSPACE" "$TEMP_PATH"
cd "$REPO_COPY/tests/ci"
pip3 install boto3 PyGithub
pip3 install boto3 PyGithub unidiff
python3 jepsen_check.py keeper
- name: Cleanup
if: always()
Expand Down

0 comments on commit 9e5c2a7

Please sign in to comment.