File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v2
44
44
45
45
- name : Set up Python 🐍
46
- uses : actions/setup-python@v1
46
+ uses : actions/setup-python@v5
47
47
with :
48
- python-version : 3.9
48
+ python-version : ' 3.10 '
49
49
- name : Install workflow dependencies 📦
50
50
run : |
51
51
sudo apt-get update
67
67
--layer-name "common-python-libraries-datawrangling" \
68
68
--description "Common python libraries" \
69
69
--zip-file fileb://dependencies.zip \
70
- --compatible-runtimes python3.6 python3.7 python3.8 python3.9 )
70
+ --compatible-runtimes python3.8 python3.9 python3.10 )
71
71
72
72
LAYER_VERSION=$(jq '.Version' <<< "$result")
73
73
LAYER_VERSION_ARN=$(jq '.LayerVersionArn' <<< "$result")
Original file line number Diff line number Diff line change 1
- pandas==1.4 .2
1
+ pandas==2.2 .2
You can’t perform that action at this time.
0 commit comments