Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeno committed Oct 18, 2023
1 parent 5671037 commit 47ec601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.7'
- name: Set up conda environment
uses: conda-incubator/setup-miniconda@v2
with:
python-version: '3.7'
activate-environment: spectral_connectivity
environment-file: environment.yml
miniforge-variant: Mambaforge
Expand Down

0 comments on commit 47ec601

Please sign in to comment.