Skip to content

Commit 8f84197

Browse files
committed
ci testing
1 parent c79bef9 commit 8f84197

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
python-version: ${{ matrix.python-version }}
4040
activate-environment: om3-scripts-test
4141
environment-file: test/test_env.yaml
42+
auto-activate: false
4243
- name: Set up Python ${{ matrix.python-version }}
4344
uses: actions/setup-python@v3
4445
with:
@@ -52,8 +53,8 @@ jobs:
5253
# run: |
5354
# python -m pip install --upgrade pip
5455
# pip install -r test/test_requirements.txt
55-
- run: conda env list
5656
- name: List installed packages
57+
run: conda env list
5758
run: conda list
5859
- run: which python
5960
- run: which python3

0 commit comments

Comments
 (0)