Skip to content

Commit 9aea9a4

Browse files
committed
CI: Fix smoke tests install target
1 parent b952242 commit 9aea9a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_cd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python -c "import pyaedt; from pyaedt import __version__"
5757
5858
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}})
6060
runs-on: ${{ matrix.os }}
6161
strategy:
6262
fail-fast: false
@@ -78,10 +78,10 @@ jobs:
7878
run: |
7979
python -m pip install --upgrade pip build wheel
8080
81-
- name: "Install the library"
81+
- name: "Install the library with specified install target"
8282
shell: bash
8383
run: |
84-
python -m pip install ${{ matrix.install_target }}
84+
python -m pip install .[${{ matrix.install_target }}]
8585
8686
- name: "Verify if importlib-metadata needs to be installed"
8787
shell: bash

0 commit comments

Comments
 (0)