Skip to content

Commit c3a3896

Browse files
Fix conda env
1 parent 3c563fe commit c3a3896

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-engine.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ jobs:
7272
fi
7373
7474
- name: Build python package
75+
shell: bash -el {0} # Make sure conda is activated
7576
run: |
76-
python --version # Print python version
77+
conda info
78+
python --version
7779
pip install --upgrade build
7880
SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
7981

0 commit comments

Comments
 (0)