Skip to content

Commit

Permalink
long options
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 10, 2024
1 parent 71e336c commit 753aece
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,14 @@ jobs:
- name: Install graphviz
run: sudo apt-get install graphviz
- name: Install uv
run: curl -LsSf https://astral.sh/uv/install.sh | sh
run: >
curl
--location
--fail
--proto '=https' --tlsv1.2
--silent --show-error
https://astral.sh/uv/install.sh
| sh
- name: Install dependencies
run: |
uv pip install .[test] --resolution lowest-direct
Expand Down

0 comments on commit 753aece

Please sign in to comment.