Skip to content

Commit

Permalink
update poetry and pin versions (#225)
Browse files Browse the repository at this point in the history
* update poetry

* added _self_ to default config

* pin versions of all packages to only allow patch updates

* using poetry 1.1.1.0 until we need to update
  • Loading branch information
ismael-mendoza authored Oct 6, 2021
1 parent a50e9ba commit 1923332
Show file tree
Hide file tree
Showing 4 changed files with 670 additions and 717 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Poetry
run: |
pip install --upgrade pip
pip install poetry
pip install poetry==1.1.10
- name: Create environment variables
run: echo "BTK_HOME=$GITHUB_WORKSPACE" >> $GITHUB_ENV
Expand Down
4 changes: 2 additions & 2 deletions conf/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
defaults:
- _self_
- sampling: default
- draw_blends: catsim
- surveys:
- Rubin
- Rubin
- override hydra/help: btk_help

catalog:
Expand Down Expand Up @@ -62,7 +63,6 @@ paths:
root: ${oc.env:BTK_HOME}
data: ${paths.root}/data


### Global values ###

# Central wavelengths in Angstroms for each filter band, calculated
Expand Down
Loading

0 comments on commit 1923332

Please sign in to comment.