Skip to content

Commit

Permalink
Revert order change
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 20, 2023
1 parent 8910746 commit 4043f60
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contrib/dash/actions/script-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ virtualenv -p 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 4043f60

Please sign in to comment.