Skip to content

Commit

Permalink
trying to fix scm autoversioning for macos pyuda wheel builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-dixon committed Apr 15, 2024
1 parent d97b08c commit 50d34a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
CIBW_BEFORE_ALL:
python3 -m venv venv38 && source venv38/bin/activate &&
pip3 install --upgrade pip wheel &&
pip3 install setuptools seruptools_scm cython numpy &&
pip3 install setuptools setuptools_scm cython numpy &&
SETUPTOOLS_SCM_DEBUG=1 python3 ./source/wrappers/python/setup.py --version &&
deactivate && rm -r venv38

Expand Down

0 comments on commit 50d34a9

Please sign in to comment.