Skip to content

Commit

Permalink
Fix conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
TheApplePieGod committed Jan 22, 2025
1 parent 3c563fe commit c3a3896
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
fi
- name: Build python package
shell: bash -el {0} # Make sure conda is activated
run: |
python --version # Print python version
conda info
python --version
pip install --upgrade build
SETUPTOOLS_SCM_PRETEND_VERSION=${RELEASE_VERSION} python -m build
Expand Down

0 comments on commit c3a3896

Please sign in to comment.