Skip to content
Snippets Groups Projects

New rules and category updates for October 2023 UK BioBank data release

Merged Paul McCarthy requested to merge mnt/update into master
8 files
+ 38
45
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 2
3
@@ -5,9 +5,8 @@ set -e
apt-get update -y
apt-get install -y bsdmainutils
pip install wheel
python setup.py sdist
python setup.py bdist_wheel
pip install wheel build
python -m build
# do a test install from both source and wheel
sdist=`find dist -maxdepth 1 -name *.tar.gz`
Loading