Skip to content

Commit

Permalink
Try 3.9 only
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 18, 2023
1 parent 6d9582b commit cd4889f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- pandas
- numba
- scikit-learn
- scikit-image
- joblib
- seaborn
- xarray
Expand Down

0 comments on commit cd4889f

Please sign in to comment.