Skip to content

Commit

Permalink
Switch docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekmig committed Oct 12, 2023
1 parent c04ecdc commit bdee2c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-website-depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-depoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion scripts/install_via_pip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdee2c2

Please sign in to comment.