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 96d23cc commit ab16ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/setup-python@v4

- name: Install uv
run: sudo apt-get update && sudo apt-get install -y uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh

- name: Install dependencies
run: make install
Expand Down

0 comments on commit ab16ad7

Please sign in to comment.