Skip to content

Commit

Permalink
Merge branch 'main' into agoose77/refactor-split-util
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Mar 16, 2023
2 parents 57ec842 + bbc6f52 commit 63af956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }}
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }}
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ myst-nb
sphinx-external-toc
jupyterlite-sphinx
ipyleaflet
jupyterlite>=0.1.0b12,==0.1.0b16
jupyterlite-core==0.1.0b19

numpy>=1.13.1
numba>=0.50.0
Expand Down

0 comments on commit 63af956

Please sign in to comment.