oops!
This commit is contained in:
parent
8cf60f653a
commit
b3c929805b
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv install
|
||||
run: uv sync --no-dev
|
||||
|
||||
- name: Build the package
|
||||
run: uv build
|
||||
|
@ -71,7 +71,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Install dependencies
|
||||
run: uv sync --no-dev --optional=documentation
|
||||
run: uv sync --no-dev --extra=documentation
|
||||
|
||||
- name: Set environment variables
|
||||
uses: actions/env@v2
|
||||
|
|
Loading…
Reference in a new issue