Skip to content

Commit

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

0 comments on commit f821d0d

Please sign in to comment.