Skip to content

Commit b6b8566

Browse files
committed
forgot $!!
1 parent 40e6f56 commit b6b8566

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/create-env.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,9 @@ jobs:
1717
- name: Checkout
1818
uses: actions/checkout@v4
1919

20-
- name: Check environment and Python version
21-
run: |
22-
pwd
23-
ls -la
24-
2520
- uses: mamba-org/setup-micromamba@v2
2621
with:
27-
environment-file: envs/{{ matrix.conda-config }}.yml
22+
environment-file: envs/${{ matrix.conda-config }}.yml
2823
init-shell: >-
2924
bash
3025
cache-environment: true
@@ -35,7 +30,7 @@ jobs:
3530
run: |
3631
python --version
3732
micromamba --version
38-
micromamba activate biocpy_{{ matrix.conda-config }}
33+
micromamba activate biocpy_${{ matrix.conda-config }}
3934
python --version
4035
printenv
4136

0 commit comments

Comments
 (0)