Skip to content

Commit

Permalink
ci: make sure release.yml is synced with dev-env.yml (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Jun 14, 2024
1 parent 2393d96 commit 3098778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- bioconda
- nodefaults
dependencies:
- conda-forge::python=3.8 # the lowest version of python that we formally support
- conda-forge::python=3.8 # the lowest version of python that we formally support; keep in sync with release.yml
- conda-forge::pip==24.0
- conda-forge::poetry==1.8.3 # should keep this in sync with version in release.yml
- conda-forge::nox==2024.4.15
Expand Down

0 comments on commit 3098778

Please sign in to comment.