Skip to content

Commit

Permalink
Skip constructor 3.8.0 due to PKG bug (#166)
Browse files Browse the repository at this point in the history
* Skip constructor 3.8.0 due to PKG bug

* add environments to ci triggers
  • Loading branch information
jaimergp authored Jul 13, 2024
1 parent 54238a9 commit 77c2e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/make_bundle_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- 'build_installers.py'
- 'conda-recipe/*'
- '.github/workflows/make_bundle_conda.yml' # this file
- 'environments/ci_installers_environment.yml'
- 'environments/ci_packages_environment.yml'
workflow_call:
inputs:
event_name:
Expand Down
2 changes: 1 addition & 1 deletion environments/ci_installers_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python
- pip
- constructor >=3.6.0
- constructor >=3.6.0,!=3.8.0
- conda-build >=3.28
- ruamel.yaml
- conda-standalone >=23.11.0
Expand Down

0 comments on commit 77c2e08

Please sign in to comment.