Skip to content

Commit

Permalink
Fix specification of python version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 18, 2023
1 parent 5064713 commit cfe7788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
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
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- setuptools
- ripple_detection
- loren_frank_data_processing
- track_linearization
- "track_linearization>=2.3.1"
- pip
- pip:
- 'black[jupyter]'
- 'black[jupyter]'

0 comments on commit cfe7788

Please sign in to comment.