Skip to content

Commit

Permalink
Pin build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodar01 committed Aug 26, 2024
1 parent 773d15c commit 78a4455
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@ jobs:
env:
LC_ALL: "en_US.UTF-8"
run: |
brew install mysql
brew install [email protected]
brew link [email protected] --force
mysql.server start
mysql --host=$CP_MYSQL_TEST_HOST --user=$CP_MYSQL_TEST_USER --execute="CREATE DATABASE $CP_MYSQL_TEST_DB;" --skip-password
- name: Installation
run:
|
pip install pyinstaller
pip install --upgrade pip setuptools wheel
pip install numpy>=1.20.1
pip install "numpy>=1.20.1,<2" "Cython<3"
# git clone https://github.com/CellProfiler/CellProfiler.git ~/cellprofiler
pip install -e .[test]
# pip install -e ~/cellprofiler
Expand Down

0 comments on commit 78a4455

Please sign in to comment.