Skip to content

Commit

Permalink
Merge branch 'main' into papers
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Apr 27, 2024
2 parents 60fd8ba + 145c2fc commit eecb455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
conda config --set always_yes yes --set changeps1 no
cd regolith
conda install --file requirements/run.txt
pip install -r requirements/pip.txt
pip install .
- name: Validate rg-db-public
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
conda config --set always_yes yes --set changeps1 no
cd regolith
conda install --file requirements/run.txt
pip install -r requirements/pip.txt
pip install .
- name: Build Group Website in website
Expand Down

0 comments on commit eecb455

Please sign in to comment.