Skip to content

Commit

Permalink
fix(ci): Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelkp committed Jun 11, 2024
1 parent e8c0094 commit c903f1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
node-version: 22.2.0
- name: install python dependencies
run: pip install .
run: |
pip install -r dev-requirements.txt
pip install .
- name: install semantic-release
run:
npm install @semantic-release/exec
Expand Down

0 comments on commit c903f1e

Please sign in to comment.