From cd4889f50af9b9738cbc2c304f3f3f4e4df39fa6 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Tue, 17 Oct 2023 17:02:32 -0700 Subject: [PATCH] Try 3.9 only --- .github/workflows/PR-test.yml | 6 +++--- environment.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PR-test.yml b/.github/workflows/PR-test.yml index 609adbf..ae05ca4 100644 --- a/.github/workflows/PR-test.yml +++ b/.github/workflows/PR-test.yml @@ -10,7 +10,7 @@ jobs: os: [ubuntu-latest] #, macos-latest, windows-latest] env: OS: ${{ matrix.os }} - PYTHON: '3.10' + PYTHON: '3.9' steps: - name: Cancel Workflow Action uses: styfle/cancel-workflow-action@0.6.0 @@ -21,11 +21,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.10' + python-version: '3.9' - name: Set up conda environment uses: conda-incubator/setup-miniconda@v2 with: - python-version: ${{ matrix.python }} + python-version: '3.9' miniforge-version: latest use-mamba: true channels: conda-forge,franklab,edeno,defaults diff --git a/environment.yml b/environment.yml index 91ed4ed..1e8d85e 100644 --- a/environment.yml +++ b/environment.yml @@ -10,6 +10,7 @@ dependencies: - pandas - numba - scikit-learn +- scikit-image - joblib - seaborn - xarray