Skip to content

Commit

Permalink
fix deps for release
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Nov 9, 2023
1 parent 04c7f1b commit 20ec811
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
environment-file: conda/dev.yaml
environment-file: conda/release.yaml
channels: conda-forge,nodefaults
activate-environment: makim
use-mamba: true
Expand Down
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ channels:
dependencies:
- python 3.8.1 # min version supported
- poetry >=1.5
- nodejs # used by semantic-release
- nodejs >=18.17 # used by semantic-release
8 changes: 8 additions & 0 deletions conda/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: makim
channels:
- nodefaults
- conda-forge
dependencies:
- python >=3.8.1,<3.12 # min version supported
- poetry >=1.5
- nodejs >=18.17 # used by semantic-release

0 comments on commit 20ec811

Please sign in to comment.