Skip to content

Commit

Permalink
better GwStrEnum; docker-compose -> docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamillar committed Sep 5, 2024
1 parent ce0a00d commit ebec373
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 28 deletions.
2 changes: 1 addition & 1 deletion arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# your computer has an arm architecture. Otherwise use x86.sh
docker stop gw-dev-rabbit
cp for_docker/arm.yml arm.yml
docker-compose -f arm.yml up -d
docker compose -f arm.yml up -d
rm arm.yml
34 changes: 10 additions & 24 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gridworks-base"
version = "0.1.6"
version = "0.1.7"
description = "Gridworks Base"
authors = ["GridWorks <gridworks@gridworks-consulting.com>"]
license = "MIT"
Expand All @@ -27,7 +27,7 @@ pika = "^1.3.2"
py-algorand-sdk = ">=2.6.1"
pydantic = "^2.8.2"
pydantic-settings = "^2.3.4"
gridworks = "^1.1.7"
gridworks = "1.1.8"
#gridworks = {path="../gridworks", develop=true}
#gridworks = {git = "https://github.com/thegridelectric/gridworks.git", branch="SOME_DEV_BRANCH"}

Expand Down
2 changes: 1 addition & 1 deletion x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
# your computer has an x86 architecture. Otherwise use arm.sh
docker stop gw-dev-rabbit
cp for_docker/x86.yml x86.yml
docker-compose -f x86.yml up -d
docker compose -f x86.yml up -d
rm x86.yml

0 comments on commit ebec373

Please sign in to comment.