diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be69f28..7616e30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,8 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.10.14' - cache: 'pip' # caching pip dependencies + python-version: '3.10' + #cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt - name: Lint with ansible-lint @@ -39,8 +39,8 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '33.10.14' - cache: 'pip' # caching pip dependencies + python-version: '3.10' + #cache: 'pip' # caching pip dependencies - name: Ensure requirements are installed run: pip install -r requirements.txt