Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
ci: reorder CI setup steps for efficiency
Browse files Browse the repository at this point in the history
  • Loading branch information
liblaf committed Aug 27, 2024
1 parent 5bed171 commit b40d6d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
- name: Setup uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0
- name: Setup uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Test
run: python main.py
- name: Output Results to GitHub Summary
Expand Down

0 comments on commit b40d6d1

Please # to comment.