File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ jobs:
2020 uses : psf/black@stable
2121 with :
2222 options : " --check --verbose --diff"
23+
2324
2425 test :
2526 needs : formatting
2627 runs-on : ubuntu-latest
28+ defaults :
29+ run :
30+ shell : bash -el {0}
2731 strategy :
2832 matrix :
2933 python-version : ['3.10', '3.11', '3.12']
3741 with :
3842 # miniconda-version: "latest"
3943 python-version : ${{ matrix.python-version }}
40- # activate-environment: om3-scripts-test
44+ activate-environment : om3-scripts-test
4145 environment-file : test/test_env.yaml
4246 # auto-activate: false
4347 # - name: Set up Python ${{ matrix.python-version }}
5458 # python -m pip install --upgrade pip
5559 # pip install -r test/test_requirements.txt
5660 - name : List installed packages
61+ shell : bash -l
5762 run : |
5863 conda env activate test
5964 conda env list
You can’t perform that action at this time.
0 commit comments