Skip to content

Commit 5516506

Browse files
committed
didn't parametrize env_name
1 parent 9ea781d commit 5516506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- script: ${{ parameters.env_update }} || ${{ parameters.env_update }} || ${{ parameters.env_update }}
4949
displayName: update conda environment with test dependencies
5050

51-
- script: conda info && conda list -n ${{ parameters.env_name }}
51+
- script: conda info && conda list -n base
5252
displayName: list conda packages and info
5353

5454
- script: ${{ platform.activate }} && jlpm || jlpm || jlpm

0 commit comments

Comments
 (0)