Skip to content

Commit 96d54e8

Browse files
committed
fixing workflows
1 parent b104ea7 commit 96d54e8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Set up Python ${{ matrix.python-version }}
3131
run: uv python install ${{ matrix.python-version }}
3232
- name: Install the project
33-
run: uv sync --upgrade --dev
33+
run: uv sync --all-extras --dev
3434
- name: Run tests
3535
# For example, using `pytest`
3636
run: uv run just coverage

.github/workflows/devdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
cache-dependency-glob: "uv.lock"
2626
- name: Install Documentation dependencies
27-
run: uv sync --group doc --index="https://${{ secrets.JFROG_USER}}:${{ secrets.JFROG_TOKEN }}@quera.jfrog.io/artifactory/api/pypi/quera-pypi-algo/simple/"
27+
run: uv sync --group doc
2828
- name: Set up build cache
2929
uses: actions/cache@v4
3030
id: cache

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
cache-dependency-glob: "uv.lock"
2626
- name: Install Documentation dependencies
27-
run: uv sync --group doc --index="https://${{ secrets.JFROG_USER}}:${{ secrets.JFROG_TOKEN }}@quera.jfrog.io/artifactory/api/pypi/quera-pypi-algo/simple/"
27+
run: uv sync --group doc
2828
- name: Set up build cache
2929
uses: actions/cache@v4
3030
id: cache

.github/workflows/pub_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
enable-cache: true
2525
cache-dependency-glob: "uv.lock"
2626
- name: Install Documentation dependencies
27-
run: uv sync --group doc --index="https://${{ secrets.JFROG_USER}}:${{ secrets.JFROG_TOKEN }}@quera.jfrog.io/artifactory/api/pypi/quera-pypi-algo/simple/"
27+
run: uv sync --group doc
2828
- name: Set up build cache
2929
uses: actions/cache@v4
3030
id: cache

0 commit comments

Comments
 (0)