File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- pip3 install schematicpy==24.5.1 ipython==8.18 .1
3
+ pip3 install schematicpy==24.7 .1
4
4
sudo bash < <( curl -s https://raw.githubusercontent.com/babashka/babashka/master/install)
5
5
git clone --depth 1 https://github.com/anngvu/retold.git
6
6
Original file line number Diff line number Diff line change 11
11
workflow_dispatch :
12
12
13
13
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...
15
15
16
16
jobs :
17
17
build :
@@ -107,7 +107,7 @@ jobs:
107
107
- name : Setup schematic
108
108
id : setup-schematic
109
109
run : |
110
- pip install schematicpy==${{ env.SCHEMATIC_VERSION }} ipython==8.18.1
110
+ pip install schematicpy==${{ env.SCHEMATIC_VERSION }}
111
111
pip show schematicpy
112
112
113
113
- name : Test generate
You can’t perform that action at this time.
0 commit comments