Skip to content

Commit

Permalink
set python to 3.8 in metayaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jul 2, 2024
1 parent 32dc11f commit 54855fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ build:

requirements:
host:
- python {{ python }}
- python=3.8.*
- setuptools

run:
- python {{ python }}
- python=3.8.*
- qiime2 {{ qiime2_epoch }}.*
- q2-types {{ qiime2_epoch }}.*
- q2templates {{ qiime2_epoch }}.*
Expand Down

0 comments on commit 54855fd

Please sign in to comment.