Skip to content

Commit

Permalink
Change order
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 19, 2023
1 parent 175f0ea commit 7b8e2cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contrib/dash/actions/script-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,15 @@ virtualenv -p ${PY310BINDIR}/python3 env
source env/bin/activate
PIP_CMD="pip"

$PIP_CMD install --no-warn-script-location \
-r contrib/deterministic-build/requirements-build-mac.txt
$PIP_CMD install --no-warn-script-location \
-r contrib/deterministic-build/requirements.txt
$PIP_CMD install --no-warn-script-location \
-r contrib/deterministic-build/requirements-hw.txt
$PIP_CMD install --no-warn-script-location \
-r contrib/deterministic-build/requirements-binaries-mac.txt
$PIP_CMD install --no-warn-script-location x11_hash>=1.4
$PIP_CMD install --no-warn-script-location \
-r contrib/deterministic-build/requirements-build-mac.txt

export PATH="/usr/local/opt/gettext/bin:$PATH"
./contrib/make_locale
find . -name '*.po' -delete
Expand Down

0 comments on commit 7b8e2cb

Please sign in to comment.