Skip to content

Commit

Permalink
fix python version on CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaostuni committed Jan 5, 2024
1 parent 6099e4b commit e283126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
# - edifice
- garden
python:
- 3.10
- '3.10'
steps:

- name: '🔍 Inspect Environment'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e283126

Please sign in to comment.