Skip to content

Commit

Permalink
Merge pull request #514 from pneerincx/fix/circle_ci_resources
Browse files Browse the repository at this point in the history
Updated Circle CI config.
  • Loading branch information
scimerman authored Dec 29, 2021
2 parents 0833cde + dc3ec81 commit 1b384ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ version: 2.1
jobs:
build:
docker:
- image: circleci/python:3
- image: cimg/python:3.10
working_directory: ~/repo
resource_class: small
steps:
- checkout
- run: python --version
- run: pip --version
- run:
name: install dependencies
command: |
python3 -m venv venv
python -m venv venv
. venv/bin/activate
pip install "ansible-lint[community,yamllint]"
ansible-galaxy install -r galaxy-requirements.yml
Expand Down

0 comments on commit 1b384ed

Please sign in to comment.