Skip to content

Commit

Permalink
Shaking up docker setup in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
peterMuriuki committed Mar 15, 2021
1 parent 8181c89 commit 5ee8577
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
python-version: [3.6]

steps:
- uses: docker-practice/actions-setup-docker@master
- uses: actions/checkout@v1
with:
path: "${{ github.repository }}"
Expand All @@ -23,9 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
docker --version
sudo apt-get update
sudo apt-get -qq -y install python-docker
sudo apt install docker
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with molecule
Expand Down

0 comments on commit 5ee8577

Please sign in to comment.