Commit 9aea9a4 1 parent b952242 commit 9aea9a4 Copy full SHA for 9aea9a4
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
python -c "import pyaedt; from pyaedt import __version__"
57
57
58
58
smoke-tests-with-install-target :
59
- name : Build and perform smoke tests with install target ${{ matrix.target }}
59
+ name : Build and smoke tests (${{ matrix.os }} | Python ${{ matrix.python-version }} | Target ${{ matrix.install_target}})
60
60
runs-on : ${{ matrix.os }}
61
61
strategy :
62
62
fail-fast : false
@@ -78,10 +78,10 @@ jobs:
78
78
run : |
79
79
python -m pip install --upgrade pip build wheel
80
80
81
- - name : " Install the library"
81
+ - name : " Install the library with specified install target "
82
82
shell : bash
83
83
run : |
84
- python -m pip install ${{ matrix.install_target }}
84
+ python -m pip install .[ ${{ matrix.install_target }}]
85
85
86
86
- name : " Verify if importlib-metadata needs to be installed"
87
87
shell : bash
You can’t perform that action at this time.
0 commit comments