Skip to content

Commit

Permalink
Merge pull request #1775 from devitocodes/ci-enforce-conda-p38
Browse files Browse the repository at this point in the history
ci: Use conda with python 3.8 (defaults to 3.10 otherwise)
  • Loading branch information
FabioLuporini authored Oct 8, 2021
2 parents b714d55 + 44e2b5e commit 491baef
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 491baef

Please sign in to comment.