From cd8ca73b58d20f46b56f71fe0d00fabd5f9c0167 Mon Sep 17 00:00:00 2001 From: Anh Nguyet Vu Date: Fri, 12 Jul 2024 10:38:24 -0700 Subject: [PATCH] Update workflow --- .devcontainer/post-create.sh | 2 +- .github/workflows/main-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh index f0622c0f..a2b36cb4 100644 --- a/.devcontainer/post-create.sh +++ b/.devcontainer/post-create.sh @@ -1,6 +1,6 @@ #!/bin/bash -pip3 install schematicpy==24.5.1 ipython==8.18.1 +pip3 install schematicpy==24.7.1 sudo bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install) git clone --depth 1 https://github.com/anngvu/retold.git diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index b103fd0c..f8961b98 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -11,7 +11,7 @@ on: workflow_dispatch: env: - SCHEMATIC_VERSION: 24.5.1 # please update .devcontainer as well until this can be set globally somewhere... + SCHEMATIC_VERSION: 24.7.1 # please update .devcontainer as well until this can be set globally somewhere... jobs: build: @@ -107,7 +107,7 @@ jobs: - name: Setup schematic id: setup-schematic run: | - pip install schematicpy==${{ env.SCHEMATIC_VERSION }} ipython==8.18.1 + pip install schematicpy==${{ env.SCHEMATIC_VERSION }} pip show schematicpy - name: Test generate