Skip to content

Commit 40e6f56

Browse files
committed
list the directory
1 parent 3752e6c commit 40e6f56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create-env.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ 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+
2025
- uses: mamba-org/setup-micromamba@v2
2126
with:
2227
environment-file: envs/{{ matrix.conda-config }}.yml

0 commit comments

Comments
 (0)