From 8758f117c33d5e454c2f1c7aeef8b912fdf18009 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 20 Oct 2025 00:55:03 +0200 Subject: Pin the python and packages versions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 403a3d8c..ef5fd27b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,9 +12,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.x" + python-version: "3.13" - name: Install dependencies - run: pip3 install yamllint ansible-lint + run: pip3 install yamllint==1.37.1 ansible-lint==25.9.2 - name: Copy example files run: | # Use example files for testing instead of encrypted files @@ -43,9 +43,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.x" + python-version: "3.13" - name: Install dependencies - run: pip3 install ansible molecule molecule-plugins[docker] + run: pip3 install ansible-core==2.19.3 molecule==25.9.0 molecule-plugins[docker,podman]==25.8.12 - name: Remove encrypted var files run: | rm host_vars/*.yml -- cgit v1.2.3