-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from eclipse-volttron/releases/v0.4.0-rc
Release v0.4.0-rc
- Loading branch information
Showing
24 changed files
with
679 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
name: Update to latest pyproject dependencies. | ||
name: Update to latest VOLTTRON (develop branch). | ||
|
||
on: | ||
repository_dispatch: | ||
types: [update-dependencies] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
test-response: | ||
update-volttron: | ||
runs-on: ubuntu-22.04 | ||
|
||
steps: | ||
|
@@ -33,17 +32,19 @@ jobs: | |
# ----- install & configure poetry ----- | ||
#---------------------------------------------- | ||
- name: Install Poetry | ||
uses: snok/install-poetry@v1 | ||
uses: snok/install-poetry@v1.3 | ||
with: | ||
version: ${{ env.POETRY_VERSION }} | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
installer-parallel: true | ||
|
||
- name: Update poetry to the latest dependencies | ||
run: poetry lock && poetry update | ||
- name: Update to latest volttron and update dependencies | ||
run: | | ||
poetry add "volttron@latest" | ||
poetry update | ||
- name: Add & Commit | ||
- name: Commit changes | ||
uses: EndBug/[email protected] | ||
with: | ||
default_author: eclipse-volttron-bot | ||
default_author: github_actor | ||
# default_author: eclipse-volttron-bot |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.