Skip to content

Commit

Permalink
Add np version to name to not share cache between 1/2 (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro authored May 23, 2024
1 parent 1bf733e commit 846bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
echo "ENVS=$envs" >> $GITHUB_ENV
- uses: holoviz-dev/holoviz_tasks/install@v0
with:
name: unit_test_suite
name: unit_test_suite_np${{ matrix.numpy-version }}
python-version: ${{ matrix.python-version }}
channel-priority: flexible
channels: ${{ env.CHANNELS }}
Expand Down

0 comments on commit 846bf08

Please sign in to comment.