We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6093f70 commit c5ff4a0Copy full SHA for c5ff4a0
.github/workflows/test-pass.yml
@@ -28,7 +28,9 @@ jobs:
28
run: conda env create -f environment.yml
29
30
- name: Activate diff_check conda environment
31
- run: conda activate diff_check | "name:diff_check" >> $GITHUB_ENV
+ run: conda activate diff_check
32
+ - name: Set up environment variable
33
+ run: echo "name: diff_check" >> $GITHUB_ENV
34
35
- name: Verify Python version
36
run: conda run --name diff_check python --version
0 commit comments