Skip to content

Commit

Permalink
ci: Use conda with python 3.8 (defaults to 3.10 otherwise)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabioLuporini committed Oct 8, 2021
1 parent b714d55 commit 44e2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
env:
DEVITO_ARCH: gcc
DEVITO_LANGUAGE: "openmp"
PYTHON_VERSION: "3.7"

strategy:
# Prevent all build to stop if a single one fails
Expand All @@ -36,6 +35,7 @@ jobs:
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.8
activate-environment: devito
environment-file: environment-dev.yml
auto-activate-base: false
Expand Down

0 comments on commit 44e2b5e

Please sign in to comment.