File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8282
8383 mac_check :
8484 name : MacOS Check
85- runs-on : macos-13
85+ runs-on : macos-latest
8686 steps :
8787 - name : Checkout Code
8888 uses : actions/checkout@v2
Original file line number Diff line number Diff line change 6363
6464 mac_check :
6565 name : MacOS Check
66- runs-on : macos-13
66+ runs-on : macos-latest
6767 steps :
6868 - name : Checkout Code
6969 uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -16,21 +16,22 @@ environment:
1616 python3 -m pip install -U pip
1717 pip3 install ' poetry==1.8.3'
1818 poetry config virtualenvs.in-project true
19- poetry install
20- poetry run pip install setuptools
19+ printf " Cython<3\n" > /tmp/pip-constraints.txt
20+ PIP_CONSTRAINT=/tmp/pip-constraints.txt poetry install
21+ poetry run pip install ' setuptools<81'
2122 @echo 🚨 Be sure to add poetry to PATH
2223 make fetch-sample-data
2324
2425install :
2526 @echo 🔧 INSTALL
2627 poetry install
27- poetry run pip install setuptools
28+ poetry run pip install ' setuptools<81 '
2829
2930build :
3031 @echo 🔨 BUILD
3132 poetry build
3233 poetry install
33- poetry run pip install setuptools
34+ poetry run pip install ' setuptools<81 '
3435
3536openssl-fix :
3637 export LDFLAGS=-L/usr/local/opt/openssl/lib
You can’t perform that action at this time.
0 commit comments