Skip to content

Commit bfed74f

Browse files
authored
Enable pynx-mpes plugin test (#346)
1 parent c6e12a8 commit bfed74f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/plugin_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
# - plugin: pynxtools-em
2727
# branch: main
2828
# tests_to_run: tests/.
29-
# - plugin: pynxtools-mpes
30-
# branch: main
31-
# tests_to_run: tests/.
29+
- plugin: pynxtools-mpes
30+
branch: main
31+
tests_to_run: tests/.
3232
- plugin: pynxtools-stm
3333
branch: main
3434
tests_to_run: tests/.
@@ -63,8 +63,8 @@ jobs:
6363
ref: ${{ matrix.branch }}
6464
- name: Install ${{ matrix.plugin }}
6565
run: |
66-
cd ${{ matrix.plugin }}
67-
pip install .
66+
cd ${{ matrix.plugin }}
67+
pip install .
6868
- name: Run ${{ matrix.plugin }} tests
6969
run: |
7070
cd ${{ matrix.plugin }}

0 commit comments

Comments
 (0)