diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3551ed29..2be5f679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,8 @@ jobs: python-version: "3.8" - os: ubuntu-latest python-version: "3.11" - - os: macos-latest - python-version: "3.10" + #- os: macos-latest + # python-version: "3.10" #- os: windows-latest # python-version: "3.6" diff --git a/environment.yml b/environment.yml index 39ce6b3d..eb55a2a8 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: # Base dependencies - - python=3.8 + - python>=3.8 - pip # Package dependencies - biopandas