Skip to content

Commit e4a16c8

Browse files
committed
update workflows
1 parent c032c66 commit e4a16c8

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,16 @@ jobs:
2222
path: src
2323

2424
- name: Install dependencies
25-
run: pip install 'ncrystal-core>=3.9.86' "scikit-build-core>=0.10" "ncrystal-pypluginmgr>=0.0.3" "ncrystal-python>=3.9.86"
25+
run: pip install 'ncrystal>=4.1.4'
2626

2727
- name: Install plugin
2828
run: pip install ./src
2929

3030
- name: Verify plugin loading
3131
shell: python
32-
run: |
33-
import os
34-
os.environ['NCRYSTAL_PLUGIN_RUNTESTS'] = '1'
35-
os.environ['NCRYSTAL_REQUIRED_PLUGINS'] = 'CrysText'
36-
import NCrystal
37-
NCrystal.browsePlugins(dump=True)
32+
run: ncrystal-pluginmanager --test CrysText
3833

39-
- name: Use plugin file
34+
- name: Use explicit plugin file
4035
run: nctool -d 'plugins::CrysText/Al_sg225.ncmat'
4136

4237
- name: Load all plugin files

0 commit comments

Comments
 (0)