Skip to content

Commit

Permalink
Setting Python to 3.10 -- clcache py310 conda-forge build not availab…
Browse files Browse the repository at this point in the history
…le yet
  • Loading branch information
allanleal committed Aug 30, 2023
1 parent 340398d commit 79d0b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.devenv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: optima

{% set python_version = os.environ.get("PY_VER", "3.11") %}
{% set python_version = os.environ.get("PY_VER", "3.10") %}

channels:
- conda-forge
Expand Down

0 comments on commit 79d0b33

Please sign in to comment.