Skip to content

Commit

Permalink
Merge pull request #35 from Appsilon/fix/ci-molecule-docker-issue-CU-…
Browse files Browse the repository at this point in the history
…862jptm4k

fix(ci): change Python dependencies downloaded for tests
  • Loading branch information
koralowiec authored Apr 26, 2023
2 parents ba13b48 + da23fae commit 06116ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: CI
- main
schedule:
- cron: '30 1 * * 3'

jobs:

lint:
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies
run: pip install 'ansible${{ matrix.ansible-version }}' molecule[docker] docker
run: pip install 'ansible${{ matrix.ansible-version }}' molecule molecule-plugins[docker] docker

- name: Run Molecule tests
run: |
Expand Down

0 comments on commit 06116ea

Please sign in to comment.