Skip to content

Commit

Permalink
change pip to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
Ckk3 committed Oct 12, 2024
1 parent b834cdf commit ea92ef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
sessions: ${{ steps.set-matrix.outputs.sessions }}
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- run: python3 -m venv .venv
- id: set-matrix
shell: bash
run: |
. .venv/bin/activate
pip install poetry nox nox-poetry
uv install poetry nox nox-poetry
echo sessions=$(
nox --json -t tests -l |
jq 'map(
Expand Down

0 comments on commit ea92ef6

Please sign in to comment.