diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 822050f2..8a2a05e4 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -53,7 +53,7 @@ jobs: - name: '🐍 Initialize Python' uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' - name: '🚚 Compilation cache' uses: actions/cache@v2 @@ -138,7 +138,7 @@ jobs: # - edifice - garden python: - - 3.10 + - '3.10' steps: - name: '🔍 Inspect Environment' @@ -433,7 +433,7 @@ jobs: - name: '🐍 Initialize Python' uses: actions/setup-python@v5 with: - python-version: 3.10 + python-version: '3.10' - name: '🔀 Clone repository' uses: actions/checkout@master