Skip to content

Commit

Permalink
Move test-numpy to unit test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed May 18, 2024
1 parent dda3f84 commit 94a8b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
MATRIX=$(jq -nsc '{
"os": ["ubuntu-latest", "macos-latest", "windows-latest"],
"environment": ["test-39", "test-312"]
"environment": ["test-39", "test-312", "test-numpy"]
}')
echo "MATRIX=$MATRIX" >> $GITHUB_ENV
- name: Set test matrix with 'full' option
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
environment: ["test-core", "test-numpy"]
environment: ["test-core"]
timeout-minutes: 120
steps:
- uses: holoviz-dev/holoviz_tasks/pixi_install@pixi
Expand Down

0 comments on commit 94a8b10

Please sign in to comment.