Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Jul 27, 2023
1 parent 2e55feb commit cb4ec47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- label: CI-old
os: ubuntu-latest
python-version: 3.8
extra_dependencies: "rdkit==2020.03.1"
extra_dependencies: "rdkit==2020.03.1 boost-cpp=1.72.0=h359cf19_6"
- label: CI-edge
os: ubuntu-latest
python-version: "3.11"
python-version: "3.10"
extra_dependencies: "rdkit"
- label: CI-py3.8-rdkit2022
os: ubuntu-latest
Expand Down Expand Up @@ -78,9 +78,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
mamba-version: "*"
channels: conda-forge,defaults
use-only-tar-bz2: true
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true

- name: Check conda and pip
run: |
Expand Down

0 comments on commit cb4ec47

Please sign in to comment.