Skip to content

Commit 78a4455

Browse files
committed
Pin build tools
1 parent 773d15c commit 78a4455

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,16 @@ jobs:
4343
env:
4444
LC_ALL: "en_US.UTF-8"
4545
run: |
46-
brew install mysql
46+
brew install mysql@8.0
47+
brew link mysql@8.0 --force
4748
mysql.server start
4849
mysql --host=$CP_MYSQL_TEST_HOST --user=$CP_MYSQL_TEST_USER --execute="CREATE DATABASE $CP_MYSQL_TEST_DB;" --skip-password
4950
- name: Installation
5051
run:
5152
|
5253
pip install pyinstaller
5354
pip install --upgrade pip setuptools wheel
54-
pip install numpy>=1.20.1
55+
pip install "numpy>=1.20.1,<2" "Cython<3"
5556
# git clone https://github.com/CellProfiler/CellProfiler.git ~/cellprofiler
5657
pip install -e .[test]
5758
# pip install -e ~/cellprofiler

0 commit comments

Comments
 (0)