Skip to content

Commit 884ac10

Browse files
authored
Update workflow (#475)
1 parent 04c4da9 commit 884ac10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/post-create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
pip3 install schematicpy==24.5.1 ipython==8.18.1
3+
pip3 install schematicpy==24.7.1
44
sudo bash < <(curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
55
git clone --depth 1 https://github.com/anngvu/retold.git
66

.github/workflows/main-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
SCHEMATIC_VERSION: 24.5.1 # please update .devcontainer as well until this can be set globally somewhere...
14+
SCHEMATIC_VERSION: 24.7.1 # please update .devcontainer as well until this can be set globally somewhere...
1515

1616
jobs:
1717
build:
@@ -107,7 +107,7 @@ jobs:
107107
- name: Setup schematic
108108
id: setup-schematic
109109
run: |
110-
pip install schematicpy==${{ env.SCHEMATIC_VERSION }} ipython==8.18.1
110+
pip install schematicpy==${{ env.SCHEMATIC_VERSION }}
111111
pip show schematicpy
112112
113113
- name: Test generate

0 commit comments

Comments
 (0)