Skip to content

Commit

Permalink
Small misc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 23, 2024
1 parent 73b426c commit 7d7b958
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
timeout-minutes: 90
steps:
- uses: holoviz-dev/holoviz_tasks/pixi_install@pixi
if: needs.setup.outputs.code_change == 'true'
with:
environments: ${{ matrix.environment }}
opengl: true
Expand Down Expand Up @@ -164,7 +163,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-14", "windows-latest"]
environment: ["test-ui"]
timeout-minutes: 120
env:
Expand Down
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [

[project.urls]
Homepage = "https://panel.holoviz.org"
Source = "http://github.com/holoviz/panel"
Source = "https://github.com/holoviz/panel"
HoloViz = "https://holoviz.org/"

[project.optional-dependencies]
Expand All @@ -84,6 +84,7 @@ panel = "panel.command:main"

[tool.hatch.version]
source = "vcs"
raw-options = { version_scheme = "no-guess-dev" }

[tool.hatch.build.targets.wheel]
include = ["panel"]
Expand All @@ -104,9 +105,6 @@ include = ["panel", "scripts"]
[tool.hatch.build.hooks.vcs]
version-file = "panel/_version.py"

[tool.hatch.version.raw-options]
version_scheme = "no-guess-dev"

[tool.hatch.build.hooks.custom]
path = "scripts/hatch_build.py"

Expand Down
2 changes: 1 addition & 1 deletion scripts/conda/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
noarch: python
script: {{ PYTHON }} -m pip install -vv {{ project["name"] }}-{{ VERSION }}-py3-none-any.whl
script: {{ PYTHON }} -m pip install --no-deps -vv {{ project["name"] }}-{{ VERSION }}-py3-none-any.whl
entry_points:
{% for group,epoints in project.get("entry_points",{}).items() %}
{% for entry_point in epoints %}
Expand Down

0 comments on commit 7d7b958

Please sign in to comment.