We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79bef9 commit 8f84197Copy full SHA for 8f84197
1 file changed
.github/workflows/ci.yml
@@ -39,6 +39,7 @@ jobs:
39
python-version: ${{ matrix.python-version }}
40
activate-environment: om3-scripts-test
41
environment-file: test/test_env.yaml
42
+ auto-activate: false
43
- name: Set up Python ${{ matrix.python-version }}
44
uses: actions/setup-python@v3
45
with:
@@ -52,8 +53,8 @@ jobs:
52
53
# run: |
54
# python -m pip install --upgrade pip
55
# pip install -r test/test_requirements.txt
- - run: conda env list
56
- name: List installed packages
57
+ run: conda env list
58
run: conda list
59
- run: which python
60
- run: which python3
0 commit comments