Skip to content

Commit 5243f55

Browse files
Fix Github Action test-monitor: install pytest-monitor together with its deps (#4222)
1 parent 9b45d25 commit 5243f55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests-monitor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Inspect environment
4747
run: conda list
4848
- name: Install pytest-monitor
49-
run: pip install --no-deps pytest-monitor
49+
run: pip install pytest-monitor
5050
- name: Install ESMValTool
5151
run: pip install --no-deps -e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
5252
- name: Run tests
@@ -95,7 +95,7 @@ jobs:
9595
- name: Install git
9696
run: mamba install -c conda-forge git
9797
- name: Install pytest-monitor
98-
run: pip install --no-deps pytest-monitor
98+
run: pip install pytest-monitor
9999
- name: Install ESMValTool
100100
run: >
101101
pip install --no-deps -e .[develop] 2>&1

0 commit comments

Comments
 (0)