File tree Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Expand file tree Collapse file tree 4 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 1
1
documentation :
2
- - doc/source/**/*
3
- - README.rst
2
+ - changed-files :
3
+ - any-glob-to-any-file : ['doc/**/*', ' README.rst']
4
4
maintenance :
5
- - .github/**/*
6
- - .flake8
7
- - pyproject.toml
5
+ - changed-files :
6
+ - any-glob-to-any-file : ['.github/**/*', 'pyproject.toml', '.flake8']
8
7
dependencies :
9
- - pyproject.toml
8
+ - changed-files :
9
+ - any-glob-to-any-file : ['pyproject.toml']
10
10
testing :
11
- - _unittest/conftest.py
12
- - tests/*
11
+ - changed-files :
12
+ - any-glob-to-any-file : ['_unittest/conftest.py', ' tests/*']
Original file line number Diff line number Diff line change 46
46
uses : actions/checkout@v4
47
47
48
48
- name : " Set up Python ${{ env.MAIN_PYTHON_VERSION }}"
49
- uses : actions/setup-python@v4
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : ${{ env.MAIN_PYTHON_VERSION }}
52
52
cache : ' pip'
@@ -144,7 +144,7 @@ jobs:
144
144
uses : actions/checkout@v4
145
145
146
146
- name : " Set up Python"
147
- uses : actions/setup-python@v4
147
+ uses : actions/setup-python@v5
148
148
with :
149
149
python-version : ${{ env.MAIN_PYTHON_VERSION }}
150
150
cache : ' pip'
Original file line number Diff line number Diff line change 32
32
33
33
# Label based on modified files
34
34
- name : Label based on changed files
35
- uses : actions/labeler@v4
35
+ uses : actions/labeler@v5
36
36
with :
37
37
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
38
- sync-labels : ' '
39
38
40
39
# Label based on branch name
41
40
- uses : actions-ecosystem/action-add-labels@v1
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ dependencies = [
32
32
33
33
[project .optional-dependencies ]
34
34
tests = [
35
- " pyvista==0.42.3 " ,
35
+ " pyvista==0.43.0 " ,
36
36
" matplotlib==3.8.2" ,
37
37
" numpy==1.26.2" ,
38
38
" pytest==7.4.3" ,
39
39
" pytest-cov==4.1.0" ,
40
40
" joblib==1.3.2" ,
41
- " pandas==2.1.3 " ,
41
+ " pandas==2.1.4 " ,
42
42
" openpyxl==3.1.2" ,
43
43
" scikit-learn==1.3.2" ,
44
44
" pytest-xdist==3.5.0" ,
@@ -47,9 +47,9 @@ tests = [
47
47
doc = [
48
48
" recommonmark==0.7.1" ,
49
49
" matplotlib==3.8.2" ,
50
- " imageio==2.33.0 " ,
50
+ " imageio==2.33.1 " ,
51
51
" imageio-ffmpeg==0.4.9" ,
52
- " pyvista==0.42.3 " ,
52
+ " pyvista==0.43.0 " ,
53
53
" numpydoc==1.6.0" ,
54
54
" Sphinx==7.2.6" ,
55
55
" sphinx-autobuild==2021.3.14" ,
You can’t perform that action at this time.
0 commit comments