Skip to content

Commit

Permalink
Met à jour la CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud-D committed Oct 28, 2023
1 parent 52eea3a commit 02ee134
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
python-version: "${{ env.PYTHON_VERSION }}"

- name: Upgrade pip
run: pip install --upgrade pip

- name: Install cairosvg dependency
run: pip install cairosvg

- name: Set up NodeJS ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 02ee134

Please sign in to comment.