Skip to content

Commit

Permalink
fix docker install step in unit tests (#380)
Browse files Browse the repository at this point in the history
* fix docker install step in unit tests

* minor changes

* Revert "minor changes"

This reverts commit 6ccf660.
  • Loading branch information
bhati-pradeep authored Jun 15, 2023
1 parent 487403a commit 67013f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Docker
uses: docker-practice/actions-setup-docker@v1
uses: docker-practice/actions-setup-docker@master
- name: Install ansible
run: |
pip install -r requirements.txt
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Setup Docker
uses: docker-practice/actions-setup-docker@v1
uses: docker-practice/actions-setup-docker@master
- name: Install ansible
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 67013f5

Please sign in to comment.