Skip to content

Commit d84f58d

Browse files
committed
ci testing
1 parent 5b711d2 commit d84f58d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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']
@@ -37,7 +41,7 @@ jobs:
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 }}
@@ -54,6 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)