Fixing conda ssl location (#1124)

* Fixing conda build ?

* Reduce the scope to speedup testing.

* Reduce more.

* Trying to link to conda lib.

* Trying to enable `pkg-config` on the codna env.

* Really publish.

* Update conda builds.

* Remove 3.11

* Putting releases back onto release track.
This commit is contained in:
Nicolas Patry
2022-12-19 13:50:36 +01:00
committed by GitHub
parent 9a25b2cb8e
commit 1649d74536
2 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@ requirements:
- python x.x
- setuptools
- setuptools-rust
- pkg-config
- openssl
run:
- python x.x

View File

@ -14,9 +14,8 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
# Conda does not support 3.11 yet.
python: ["3.7", "3.8", "3.9", "3.10"]
# 3.11 Not yet available on Conda.
# python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout repository
uses: actions/checkout@v2
@ -85,6 +84,7 @@ jobs:
export FILENAME=Miniconda3-py${{ matrix.python }}_4.10.3-Linux-x86_64.sh
wget https://repo.anaconda.com/miniconda/$FILENAME
sha256sum $FILENAME | awk '$1=="${{ matrix.checksum}}"{print"good to go"}'
yum remove -y openssl-devel
bash $FILENAME -b -p $HOME/miniconda
source $HOME/miniconda/bin/activate