File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6161 which python
6262 pip --version
6363 - name : Install ESMValTool
64- run : pip install -e .[develop]
64+ run : pip install --no-deps - e .[develop]
6565 - name : Check ESMValTool version
6666 run : esmvaltool --help
6767 - name : Check ESMValTool help
Original file line number Diff line number Diff line change 5151 - run : conda create --name esmvaltool-fromlock --file conda-linux-64.lock
5252 - run : which python
5353 - run : pip --version
54- - run : pip install -e .[develop]
54+ - run : pip install --no-deps - e .[develop]
5555 - run : esmvaltool --help
5656 - run : esmvaltool version 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/version.txt
5757 - run : pre-commit run -a
Original file line number Diff line number Diff line change 4141 mamba --version 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/conda_version.txt
4242 python -V 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/python_version.txt
4343 - name : Install
44- run : pip install -e .[develop] 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/install.txt
44+ run : pip install --no-deps - e .[develop] 2>&1 | tee source_install_linux_artifacts_python_${{ matrix.python-version }}/install.txt
4545 - name : Verify installation
4646 run : |
4747 esmvaltool --help
7676# - run: mkdir -p source_install_osx_artifacts_python_${{ matrix.python-version }}
7777# - run: conda --version 2>&1 | tee source_install_osx_artifacts_python_${{ matrix.python-version }}/conda_version.txt
7878# - run: python -V 2>&1 | tee source_install_osx_artifacts_python_${{ matrix.python-version }}/python_version.txt
79- # - run: pip install -e .[develop] 2>&1 | tee source_install_osx_artifacts_python_${{ matrix.python-version }}/install.txt
79+ # - run: pip install --no-deps - e .[develop] 2>&1 | tee source_install_osx_artifacts_python_${{ matrix.python-version }}/install.txt
8080# - run: esmvaltool --help
8181# - run: esmvaltool version 2>&1 | tee source_install_osx_artifacts_python_${{ matrix.python-version }}/version.txt
8282# - name: Upload artifacts
Original file line number Diff line number Diff line change 4646 - name : Inspect environment
4747 run : conda list
4848 - name : Install pytest-monitor
49- run : pip install pytest-monitor
49+ run : pip install --no-deps pytest-monitor
5050 - name : Install ESMValTool
51- run : pip install -e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
51+ run : pip install --no-deps - e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
5252 - name : Run tests
5353 run : >
5454 pytest -n 2 -m "not installation" --db ../.pymon 2>&1
@@ -95,10 +95,10 @@ jobs:
9595 - name : Install git
9696 run : mamba install -c conda-forge git
9797 - name : Install pytest-monitor
98- run : pip install pytest-monitor
98+ run : pip install --no-deps pytest-monitor
9999 - name : Install ESMValTool
100100 run : >
101- pip install -e .[develop] 2>&1
101+ pip install --no-deps - e .[develop] 2>&1
102102 | tee test_osx_artifacts_python_${{ matrix.python-version }}/install.txt
103103 - name : Run tests
104104 run : >
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 mamba --version 2>&1 | tee develop_test_linux_artifacts_python_${{ matrix.python-version }}/conda_version.txt
4848 python -V 2>&1 | tee develop_test_linux_artifacts_python_${{ matrix.python-version }}/python_version.txt
4949 - name : Install ESMValTool
50- run : pip install -e .[develop] 2>&1 | tee develop_test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
50+ run : pip install --no-deps - e .[develop] 2>&1 | tee develop_test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
5151 - name : Install development version of ESMValCore
5252 run : |
5353 cd ..
5454 git clone https://github.com/ESMValGroup/ESMValCore.git
5555 cd ESMValCore
56- pip install -e .[develop]
56+ pip install --no-deps - e .[develop]
5757 - name : Check code quality
5858 run : pre-commit run -a
5959 - name : Run tests
Original file line number Diff line number Diff line change 4545 - name : Inspect environment
4646 run : conda list
4747 - name : Install ESMValTool
48- run : pip install -e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
48+ run : pip install --no-deps - e .[develop] 2>&1 | tee test_linux_artifacts_python_${{ matrix.python-version }}/install.txt
4949 - name : Inspect environment
5050 run : conda list
5151 - name : Inspect environment
@@ -101,7 +101,7 @@ jobs:
101101 - name : Install git
102102 run : mamba install -c conda-forge git
103103 - name : Install ESMValTool
104- run : pip install -e .[develop] 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/install.txt
104+ run : pip install --no-deps - e .[develop] 2>&1 | tee test_osx_artifacts_python_${{ matrix.python-version }}/install.txt
105105 - name : Inspect environment
106106 run : conda list
107107 - name : Check code quality
You can’t perform that action at this time.
0 commit comments