We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c032c66 commit e4a16c8Copy full SHA for e4a16c8
1 file changed
.github/workflows/test.yml
@@ -22,21 +22,16 @@ jobs:
22
path: src
23
24
- 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"
+ run: pip install 'ncrystal>=4.1.4'
26
27
- name: Install plugin
28
run: pip install ./src
29
30
- name: Verify plugin loading
31
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)
+ run: ncrystal-pluginmanager --test CrysText
38
39
- - name: Use plugin file
+ - name: Use explicit plugin file
40
run: nctool -d 'plugins::CrysText/Al_sg225.ncmat'
41
42
- name: Load all plugin files
0 commit comments