Skip to content

Commit

Permalink
Aerie 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermak committed Aug 27, 2024
1 parent ff4b2ec commit 2414cc9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DOCKER_TAG=v2.11.0
DOCKER_TAG=v2.18.0
REPOSITORY_DOCKER_URL=ghcr.io/nasa-ammos

AERIE_USERNAME=aerie
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
python-version: ["3.6.15", "3.11"]
aerie-version: ["2.11.0"]
aerie-version: ["2.18.0"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion src/aerie_cli/aerie_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@ def __expand_activity_arguments(self, plan: ActivityPlanRead, full_args: str = N
for activity in plan.activities:
if expand_all or activity.type in expand_types:
query = """
query ($args: ActivityArguments!, $act_type: String!, $model_id: ID!) {
query ($args: ActivityArguments!, $act_type: String!, $model_id: Int!) {
getActivityEffectiveArguments(
activityArguments: $args,
activityTypeName: $act_type,
Expand Down
2 changes: 1 addition & 1 deletion tests/integration_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
CONFIGURATIONS_PATH = os.path.join(FILES_PATH, "configuration")
CONFIGURATION_PATH = os.path.join(CONFIGURATIONS_PATH, "localhost_config.json")
MODELS_PATH = os.path.join(FILES_PATH, "models")
MODEL_VERSION = os.environ.get("AERIE_VERSION", "2.11.0")
MODEL_VERSION = os.environ.get("AERIE_VERSION", "2.18.0")
MODEL_JAR = os.path.join(MODELS_PATH, f"banananation-{MODEL_VERSION}.jar")
MODEL_NAME = "banananation"
MODEL_VERSION = "0.0.1"
Expand Down
Binary file not shown.

0 comments on commit 2414cc9

Please sign in to comment.