There was an error while loading. Please reload this page.
1 parent 9b45d25 commit 5243f55Copy full SHA for 5243f55
1 file changed
.github/workflows/run-tests-monitor.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Inspect environment
47
run: conda list
48
- name: Install pytest-monitor
49
- run: pip install --no-deps pytest-monitor
+ run: pip install pytest-monitor
50
- name: Install ESMValTool
51
run: pip install --no-deps -e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
52
- name: Run tests
@@ -95,7 +95,7 @@ jobs:
95
- name: Install git
96
run: mamba install -c conda-forge git
97
98
99
100
run: >
101
pip install --no-deps -e .[develop] 2>&1
0 commit comments