Skip to content

Commit a87d572

Browse files
committed
Fix test workflow
1 parent d18ca1e commit a87d572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: mamba-org/setup-micromamba@v2
6161
with:
62-
environment-file: conda-envs/environment-test.yml
62+
environment-file: envs/environment-test.yml
6363
environment-name: homepy-test
6464
init-shell: bash
6565
cache-environment: true

0 commit comments

Comments
 (0)