Skip to content

Commit c5ff4a0

Browse files
committed
WIP-CI: testing solution x10
1 parent 6093f70 commit c5ff4a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-pass.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
run: conda env create -f environment.yml
2929

3030
- name: Activate diff_check conda environment
31-
run: conda activate diff_check | "name:diff_check" >> $GITHUB_ENV
31+
run: conda activate diff_check
32+
- name: Set up environment variable
33+
run: echo "name: diff_check" >> $GITHUB_ENV
3234

3335
- name: Verify Python version
3436
run: conda run --name diff_check python --version

0 commit comments

Comments
 (0)