Skip to content

Commit

Permalink
looks like I needed to initialize a shell for the environment to actu…
Browse files Browse the repository at this point in the history
…ally take place
  • Loading branch information
tlfobe authored and tlfobe committed Feb 28, 2024
1 parent ea4901b commit 138190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- name: Install conda environment
uses: mamba-org/setup-micromamba@v1
with:
init-shell: bash
environment-file: test_env.yml
create-args: >-
python=${{ matrix.python-version }}
- name: Environment Information
run: |
which python
micromamba activate terphenyl
which python
micromamba info
micromamba list
Expand Down

0 comments on commit 138190f

Please sign in to comment.