Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbornet committed Nov 11, 2023
1 parent 97be4c1 commit cb1b62a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Checkout the repo
uses: actions/checkout@v3

- name: Add SSH private keys for submodule repositories
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY_LANGCHAIN_SUBMODULE }}
- name: Add SSH private keys for submodule repositories
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.SSH_PRIVATE_KEY_LANGCHAIN_SUBMODULE }}
- name: Update submodules
run: git submodule update --init
- name: Update submodules
run: git submodule update --init

- name: 'Setup: Python 3.11'
uses: actions/setup-python@v4
Expand Down

0 comments on commit cb1b62a

Please sign in to comment.