Skip to content

Commit

Permalink
try python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Feb 18, 2025
1 parent c17cc36 commit c2d2ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
miniforge-version: latest
conda-remove-defaults: "true"
mamba-version: "*"
python-version: 3.11
python-version: 3.8
channel-priority: true
environment-file: environment.yml
- name: Run tests with pytest
Expand All @@ -41,7 +41,7 @@ jobs:
miniforge-version: latest
conda-remove-defaults: "true"
mamba-version: "*"
python-version: 3.11
python-version: 3.8
channel-priority: true
environment-file: environment.yml
- name: Setup FFmpeg
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
miniforge-version: latest
conda-remove-defaults: "true"
mamba-version: "*"
python-version: 3.11
python-version: 3.8
channel-priority: true
environment-file: environment.yml
- name: Create environment
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
miniforge-version: latest
conda-remove-defaults: "true"
mamba-version: "*"
python-version: 3.11
python-version: 3.8
channel-priority: true
environment-file: environment.yml
- name: modify config.yml
Expand Down

0 comments on commit c2d2ebd

Please sign in to comment.