Skip to content

Commit

Permalink
Added CI for codeconv
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Sep 27, 2024
1 parent 7a45957 commit 96d23cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4

- name: Install uv
run: sudo apt-get update && sudo apt-get install -y uv

- name: Install dependencies
run: make install

Expand Down

0 comments on commit 96d23cc

Please sign in to comment.