Skip to content

Commit

Permalink
adding EXP checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jngaravitoc authored Dec 1, 2023
1 parent 52af8c7 commit 61c9a60
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
name: "Test pyEXP Build"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check out main EXP repo
uses: actions/checkout@v4
with:
repository: EXP-code/EXP
token: ${{ secrets.EXP_PAT }}
path: exp
ref: main

- name: Install core dependencies - ubuntu
if: runner.os == 'Linux'
Expand Down

0 comments on commit 61c9a60

Please sign in to comment.