File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ COPY .devcontainer/config .snowsql
99
1010# Install SnowSQL
1111RUN curl -O https://sfc-repo.snowflakecomputing.com/snowsql/bootstrap/1.2/linux_x86_64/snowsql-1.2.28-linux_x86_64.bash \
12- && SNOWSQL_DEST=~/bin SNOWSQL_LOGIN_SHELL=~/.profile bash snowsql-1.2.28-linux_x86_64.bash
12+ && SNOWSQL_DEST=~/bin SNOWSQL_LOGIN_SHELL=~/.profile bash snowsql-1.2.28-linux_x86_64.bash \
13+ && rm snowsql-1.2.28-linux_x86_64.bash
1314
1415# Create the conda environment
1516COPY environment.yml .
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 - name : Checkout repository
1919 uses : actions/checkout@v3
2020
21- - name : Setup Python 3.8
21+ - name : Setup Python 3.10
2222 uses : actions/setup-python@v4
2323 with :
24- python-version : ' 3.8 '
24+ python-version : ' 3.10 '
2525
2626 - name : Install Python packages
2727 run : pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments