Skip to content

Commit

Permalink
Use GS repos for mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
emilroz committed Feb 4, 2021
1 parent 89b9183 commit dd86b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distribution/macos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ SHELL := bash
.SUFFIXES:

CellProfiler:
git clone https://github.com/emilroz/CellProfiler
git clone https://github.com/glencoesoftware/CellProfiler

cd $@ && git checkout compat-4-0

.PHONY: dependencies
dependencies: CellProfiler

git clone https://github.com/emilroz/core.git
git clone https://github.com/glencoesoftware/core.git
cd core && git checkout compat-4-0
pip3 install --editable "core[test]" --upgrade

Expand Down

0 comments on commit dd86b4a

Please sign in to comment.