Skip to content

Commit

Permalink
ci(dependencies): fix ci by pinning python version (#14)
Browse files Browse the repository at this point in the history
Fix the ci issue by pinning the python version in conda environment file (`conda/dev.yaml`)
  • Loading branch information
tintayadev authored Nov 22, 2023
1 parent 27009c6 commit e351a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- nodefaults
- conda-forge
dependencies:
- python >=3.8.1
- python >=3.8.1, <=3.11.5
- pip
- poetry
- nodejs # used by semantic-release
Expand Down

0 comments on commit e351a14

Please sign in to comment.