From bdee2c2faf5c884f737d00a322f3ef3e6e9c4f57 Mon Sep 17 00:00:00 2001 From: Vivek Miglani Date: Thu, 12 Oct 2023 14:37:58 -0700 Subject: [PATCH] Switch docker image --- .github/workflows/test-website-depoy.yml | 2 +- .github/workflows/website-depoy.yml | 2 +- scripts/install_via_pip.sh | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-website-depoy.yml b/.github/workflows/test-website-depoy.yml index e8ee945c90..39d53414b9 100644 --- a/.github/workflows/test-website-depoy.yml +++ b/.github/workflows/test-website-depoy.yml @@ -10,7 +10,7 @@ on: jobs: test-deploy: name: Test deployment - runs-on: ubuntu-latest + docker-image: cimg/python:3.6 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/website-depoy.yml b/.github/workflows/website-depoy.yml index 30c8f37831..408cccb741 100644 --- a/.github/workflows/website-depoy.yml +++ b/.github/workflows/website-depoy.yml @@ -13,7 +13,7 @@ permissions: jobs: deploy: name: Deploy to GitHub Pages - runs-on: ubuntu-latest + docker-image: cimg/python:3.6 steps: - uses: actions/checkout@v3 diff --git a/scripts/install_via_pip.sh b/scripts/install_via_pip.sh index 76d69659ae..67609bc51b 100755 --- a/scripts/install_via_pip.sh +++ b/scripts/install_via_pip.sh @@ -22,7 +22,6 @@ while getopts 'ndfv:' flag; do # but users should hopefully be using conda installs. # install nodejs and yarn for insights build -export NODE_OPTIONS=--openssl-legacy-provider sudo apt-get update sudo apt install apt-transport-https ca-certificates