From dfec9c229955f2862fb796d3d3360d1044f9cdc8 Mon Sep 17 00:00:00 2001 From: Arya Massarat <23412689+aryarm@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:40:02 -0700 Subject: [PATCH] feat: support for Apple M1 silicon (#227) Co-authored-by: Nichole <55827494+nicholema@users.noreply.github.com> --- .github/workflows/tests.yml | 1 + dev-env.yml | 8 ++++---- noxfile.py | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 63566890..ef66909d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,6 +22,7 @@ jobs: - { python: "3.12", os: "ubuntu-latest", session: "tests" } # - { python: "3.11", os: "windows-latest", session: "tests" } - { python: "3.8", os: "macos-13", session: "tests" } + - { python: "3.9", os: "macos-latest", session: "tests" } - { python: "3.8", os: "ubuntu-latest", session: "size" } - { python: "3.8", os: "ubuntu-latest", session: "coverage" } diff --git a/dev-env.yml b/dev-env.yml index 5821b711..e3fede1e 100644 --- a/dev-env.yml +++ b/dev-env.yml @@ -4,12 +4,12 @@ channels: - nodefaults dependencies: - conda-forge::python=3.8 # the lowest version of python that we formally support - - conda-forge::pip==23.3.2 - - bioconda::bcftools==1.19 + - conda-forge::pip==24.0 + - bioconda::bcftools==1.20 - bioconda::art==2016.06.05 - conda-forge::poetry==1.8.3 # keep in sync with release.yml - - conda-forge::nox==2023.04.22 - - conda-forge::poetry-plugin-export==1.6.0 + - conda-forge::nox==2024.4.15 + - conda-forge::poetry-plugin-export==1.8.0 - pip: - nox-poetry==1.0.3 - poetry-conda==0.1.1 diff --git a/noxfile.py b/noxfile.py index 70b4b212..ebf9664f 100644 --- a/noxfile.py +++ b/noxfile.py @@ -47,7 +47,7 @@ def tests(session: Session) -> None: """Run the test suite.""" session.conda_install( "art", - "bcftools==1.19", + "bcftools", channel="bioconda", ) session.conda_install(