Skip to content

Commit

Permalink
Checks resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kavinagrawalcohesity committed May 11, 2024
1 parent e922e83 commit bf76cce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
# this Action should follow steps to set up Python build environment
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install cohesity-management-sdk
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sudo python -m pip install --upgrade pip
if [ -f requirements.txt ]; then sudo pip install -r requirements.txt; fi
- name: Perform sanity testing with ansible-test
uses: ansible-community/ansible-test-gh-action@release/v1
with:
Expand Down

0 comments on commit bf76cce

Please sign in to comment.