We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773d15c commit 78a4455Copy full SHA for 78a4455
1 file changed
.github/workflows/test.yml
@@ -43,15 +43,16 @@ jobs:
43
env:
44
LC_ALL: "en_US.UTF-8"
45
run: |
46
- brew install mysql
+ brew install mysql@8.0
47
+ brew link mysql@8.0 --force
48
mysql.server start
49
mysql --host=$CP_MYSQL_TEST_HOST --user=$CP_MYSQL_TEST_USER --execute="CREATE DATABASE $CP_MYSQL_TEST_DB;" --skip-password
50
- name: Installation
51
run:
52
|
53
pip install pyinstaller
54
pip install --upgrade pip setuptools wheel
- pip install numpy>=1.20.1
55
+ pip install "numpy>=1.20.1,<2" "Cython<3"
56
# git clone https://github.com/CellProfiler/CellProfiler.git ~/cellprofiler
57
pip install -e .[test]
58
# pip install -e ~/cellprofiler
0 commit comments