Skip to content

Commit 412d475

Browse files
authored
do not remove tests from numpy (#115)
* do not remove tests from numpy do not remove tests from numpy * Update ci_env.yml * Update check-release.yaml
1 parent c0b7844 commit 412d475

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/check-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version_spec: next
2828

2929
- name: Upload Distributions
30-
uses: actions/upload-artifact@v3
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: empack-releaser-dist-${{ github.run_number }}
3333
path: .jupyter_releaser_checkout/dist

ci_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- pip
88
- pytest
99
- micromamba >=1.4.1
10-
- microsoft::playwright
10+
- microsoft::playwright <=1.50

config/empack_config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ packages:
1111
widgetsnbextension:
1212
exclude_patterns:
1313
- pattern: '**'
14+
numpy:
15+
exclude_patterns:
16+
- pattern: '**/*.pyx'
17+
- pattern: '**/*.pyc'
18+
- pattern: '**/*.typed'
19+
- pattern: '**/*.egg-info'
1420
default:
1521
exclude_patterns:
1622
- pattern: 'bin/**'

0 commit comments

Comments
 (0)