Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Oct 30, 2024
1 parent 348cc9e commit f4243f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt install -y optipng
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install uv and package
- name: Install package
run: uv pip install --quiet --system .[doc]
- name: Display system information
run: template sys-info --developer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install uv and package
- name: Install package
run: uv pip install --quiet --system -e .[build,stubs]
- name: Display system information
run: template sys-info --developer
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install uv and package
- name: Install package
run: uv pip install --quiet --system .[test]
- name: Display system information
run: template sys-info --developer
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install dependencies
- name: Install package
run: |
uv pip install --quiet --system .[test]
uv pip install --quiet --system --upgrade --prerelease allow --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: 3.11
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install uv and package
- name: Install package
run: uv pip install --quiet --system -e .[stubs]
- name: Display system information
run: template sys-info --developer
Expand Down

0 comments on commit f4243f1

Please sign in to comment.