Skip to content

Commit

Permalink
fix(CICD): setup python
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Jun 19, 2024
1 parent 8e56d95 commit ecebda5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ecebda5

Please sign in to comment.